Re: [Live-devel] relaying an MPEG2 Transport Stream RTP live source through an RTSPServer

2011-12-27 Thread Ross Finlayson
> Is it possible to relay a live RTP souce serving and MPEG2 TS stream through > an RTSP server using live555. Yes! > As i have say in my previous email And as I said in my previous response: >> The problem is that when I request the live stream from any client player I >> get a SEGMENTATION

[Live-devel] relaying an MPEG2 Transport Stream RTP live source through an RTSPServer

2011-12-27 Thread Achraf Gazdar
Dear Ross, Is it possible to relay a live RTP souce serving and MPEG2 TS stream through an RTSP server using live555. As i have say in my previous email, I have subclassed the OnDemandMediaSubsession and I have redefined the createNewStreanSource to return a simpleRTPSource fed into MPEG2TransportF

Re: [Live-devel] invalid ts stream

2011-12-27 Thread Ross Finlayson
> Can the trick play index be created and maintained on the fly? No. > Or does it need , and need to be, a completed file? Yes. Our server implementation supports HTTP Live Streaming only for pre-recorded (and pre-indexed) files. It cannot work for live streams. So it would not be suitable

Re: [Live-devel] set top box problem

2011-12-27 Thread Ross Finlayson
The problem is that your client (STB) is trying to send a RTSP "GET_PARAMETER" command with a "rtsp://" URL, without having first done a RTSP "DESCRIBE" and then a RTSP "SETUP" on this URL. Our server doesn't support this, nor does any other server that I'm aware of. (I'm not even sure if what

Re: [Live-devel] invalid ts stream

2011-12-27 Thread Jeff Shanab
I was aware of it by description only. The "explicitly do not segment" and having to create the index after the file is completed were game killers for me :( . I needed to segment and build the index in real time to restream a live source and have pieces time out and go away. Maybe I should of

Re: [Live-devel] set top box problem

2011-12-27 Thread Ross Finlayson
> I use live555 Media server to read Transport Stream file. The file is > launched without any problem with the Videolan client. > > The problem is that my set top box client (which recieves , decodes and > displays stream) doesen’t display the video. > Analyzing wireshark capture i have found t

Re: [Live-devel] invalid ts stream

2011-12-27 Thread Ross Finlayson
Sigh... I think you might not be familiar with the HTTP Live Streaming server implementation that we *already* have (and have had for almost 6 months now). See: http://www.live555.com/mediaServer/#http-live-streaming Our server can *already* stream a H.264-encoded Transport Stream file

[Live-devel] set top box problem

2011-12-27 Thread bdiwi rawia
Hi all, I use live555 Media server to read Transport Stream file. The file is launched without any problem with the Videolan client. The problem is that my set top box client (which recieves , decodes and displays stream) doesen’t display the video. Analyzing wireshark capture i have found that S

Re: [Live-devel] Save RTSP/H264 to MPEG4, WebM and JPEG files

2011-12-27 Thread Jeff Shanab
I think I am working towards this myself, whether I want to or not. Ross, please correct me if I screw something up here If you are planning on doing some programming, here is one way. First, you must use another library to do the transcoding and then write each one out to a file. (recommen

Re: [Live-devel] invalid ts stream

2011-12-27 Thread Jeff Shanab
Sorry, I was away from the computer that receives this list for the holidays. Maybe I should try to explain in greater detail what apple needs. They need short segments that start with a PAT packet, then, in order, a PMT and a Keyframe and so on. So we have to have a ts stream that contains the