Re: [Live-devel] JPEGVideoRTPSink and Restart markers

2010-10-26 Thread Ross Finlayson
I'm trying to create a rtsp server to stream MJPEG images. Ugh. JPEG is a *terrible* codec for video streaming. I have implemented a new TestJPEGFileServerMediaSubsession that creates a TestJPEGVideoRTPSink. In TestJPEGVideoRTPSink::doSpecialFrameHandling I'm adding the quantization tabl

Re: [Live-devel] Indexing of TS files for non MPEG2 video streams

2010-10-26 Thread Ross Finlayson
So, I've developed a small application (in .Net, so running on Microsoft Windows or it may also runs on Linux with Mono as no special library is needed). You can find it here: http://www.coexsi.fr/publications/live555-universal-indexer/ with some extra explanations. It creates a .tsx index file th

[Live-devel] JPEGVideoRTPSink and Restart markers

2010-10-26 Thread Francisco Feijoo
Hello, This is my first post in the list. Thanks for all your great work on the libraries. My problem: I'm trying to create a rtsp server to stream MJPEG images. I have implemented a new TestJPEGFileServerMediaSubsession that creates a TestJPEGVideoRTPSink. In TestJPEGVideoRTPSink::doSpecialF

Re: [Live-devel] H264 over RTP/RFC 3984

2010-10-26 Thread Larry Cui
I have already set SPS and PPS in SDP, also, Movie Inspector in Quicktime tells the right H264 format. Data is buffering and playing, but only QT logo is showing up. Movie FPS is 0 (abnormal), other parameters are right. I looked through Apple Quicktime forum, other person posted the same problem

[Live-devel] Indexing of TS files for non MPEG2 video streams

2010-10-26 Thread COEXSI
Dear all, This is my first post in this mailing-list, I hope this will be relevant. I'm testing and evaluating the Live555 RTSP server for streaming TS files. Of course, as I would like to use H.264/MPAG4-AVC video stream, I can't index my TS files with the tool "MPEG2TransportStreamIndexer" prov