[Live-devel] Socket of RTSP-Server still blocked, when restarting the application

2011-08-09 Thread Johannes Ebersold
Hi, I am facing a problem with the binding of the port of the RTSP-Server. The Port used by the server is not freed correctly, although the applications ends correctly is not killed using ctrl-c, as described here:http://www.mail-archive.com/live-devel@lists.live555.com/msg06837.html When i w

Re: [Live-devel] Streaming H264 using Transport Stream

2011-07-28 Thread Johannes Ebersold
On 07/27/2011 11:01 PM, Ross Finlayson wrote: As I noted in my last message, I recommend that you first generate a Transport Stream *file*, and check whether VLC can play that file (i.e., locally; not streamed). I did generate a file, which was well playable by VLC and also with an Android 3

Re: [Live-devel] Streaming H264 using Transport Stream

2011-07-27 Thread Johannes Ebersold
Hi, thanks for your advice :) I managed to produce a TransportStream, but to do so, i had to use the following setup: MySource -> MPEG2TransportStreamFromESSource -> MPEG2TransportStreamFramer -> SimpleRTPSink without the H264VideoStreamDiscreteFramer. The Framer wants the NAL units witho

[Live-devel] Streaming H264 using Transport Stream

2011-07-25 Thread Johannes Ebersold
Hi, I am trying to generate a transport stream, streaming H.264. I've read a lot of postings in the mailing list and studied the examples (testH264VideoToTransportStream and testMPEG2TransportStreamer), but as a matter of fact my software won't work. First, i implemented a stream via rtp using