[Live-devel] Dumping and viewing at one time

2008-01-21 Thread Oliver Roll
Dear all, I want to dump and view a stream at one time. I'm using MPlayer + liveMedia lib. What would be the best way to do this? The receivers in testprogs all use a FileSink to save the incoming stream. But I don't know if I can use FileSink->startPlaying() in combination with MPlayer? Do I

Re: [Live-devel] recorded .mp4 file won't play locally in Quicktime

2008-01-21 Thread Ross Finlayson
>however, recorded clips will not play locally in Quicktime. >they play without any problems in VLC. I suggest that you also ask a QuickTime mailing list about this. If you show them your file, they may be able to tell you what could be changed (in our code) to make QuickTime Player play it OK.

Re: [Live-devel] Mpeg2 Elementary Streams Muxing to Transport Stream

2008-01-21 Thread Ross Finlayson
I tried to find some simple testing program demoed the muxing of elementary streams with the MPEG2TransportStreamFromESSource implementation and couldn't yet. There's an example of this in the code for our "wis-streamer" application (see ). Note, in part

Re: [Live-devel] H263-1996 rtp question

2008-01-21 Thread Ross Finlayson
>I am working on setting up a streaming environment where a number of >different RTP payload types are involved, and currently I am looking >into reading a H263 stream (the original "H263-1996" type, not H263+). That's fine. The newer RTP payload format can (and should) be used to stream either

[Live-devel] recorded .mp4 file won't play locally in Quicktime

2008-01-21 Thread gun alppay
i've been using openRTSP to record video to be streamed back over Darwin later on. the video is recorded as .mp4 format and the streaming back works fine. however, recorded clips will not play locally in Quicktime. they play without any problems in VLC. the current sourcecode i'm using is the r

[Live-devel] H263-1996 rtp question

2008-01-21 Thread Martin Lindhe
Hello all :-) I've been on this list for some weeks now although I have not posted much. I am working on setting up a streaming environment where a number of different RTP payload types are involved, and currently I am looking into reading a H263 stream (the original "H263-1996" type, not H263+

[Live-devel] Mpeg2 Elementary Streams Muxing to Transport Stream

2008-01-21 Thread Guy Bonneau
Hi Ross, Thanks for the incredible support you are giving to this list. This is greatly appreciated. I tried to find some simple testing program demoed the muxing of elementary streams with the MPEG2TransportStreamFromESSource implementation and couldn't yet. If you are aware of some public