rtp « API « Java I/O Q&A





1. How to start RTP stream inside a SIP/SDP call    stackoverflow.com

I've managed to set up a SIP call using the JAIN-SIP API for Java. Now I would like to stream some video once a dialog has been established. I've read that this ...

2. Problems creating an RTP stream with JMF    stackoverflow.com

I'm at the very early stages of a project requiring the broadcasting, using RTP, of a DataStream created from a MediaLocation. I'm following some example code which currently failingin on ...

3. Difference between ANYFORMAT and ANYFORMAT_RTP    stackoverflow.com

I want to know what's the difference in use between 2 formats, eg JPEG and JPEG_RTP. when do I choose the format ended in "_RTP"? Thank's for help. Regards!

4. Java RTP/HTTP Streaming    stackoverflow.com

i'm decoding and encoding a videofile via Xuggle to FLV-video format and send it via Sockets to my java server (not the entire file, only parts of it every X seconds). ...

5. Write RTP video stream (H264 codec) to a mp4 file    stackoverflow.com

i want to store a H264 video that is recorded from a rtp (live)stream to a file. i've tried this with a simple java program, but vlc player cannot open the file. here ...

6. Player realization in JMF using RTP    stackoverflow.com

I am having an issue that I've been struggling with for the greater part of a week and have tried at least 10 different implementations and all seem to fail. There ...

7. RTP Stream Problem    coderanch.com