Re: [Live-devel] Full HD Contents. trickplay question (with VLC)

2013-07-02 Thread Peng
ne to remux the TS stream (without transcoding) into QuickTime file format preserving timing info and discarding audio: ffmpeg -debug_ts -i '/home/peng/Desktop/ChunMyung1-30.ts' -f mov -vcodec copy -an '/home/peng/Desktop/ChunMyung1-30.mov' Check the debugging output by -deb

Re: [Live-devel] Full HD Contents. trickplay question (with VLC)

2013-06-30 Thread Peng
ove vui_parameters() (possibly together with hrd_parameters()) in SPS and to remove SEI completely. It seems that somebody has already done something very similar: http://forum.doom9.org/showthread.php?t=152419 Regards -- Peng ___ live-devel mailin

Re: [Live-devel] Full HD Contents. trickplay question (with VLC)

2013-06-27 Thread Peng
eck this, press ctrl+m when playing, set verbosity to 2, and save the log. There should be 'latter picture skipped' or 'too late to be displayed' warnings and 'more than 5 seconds' errors. Currently I use mobile connecti

Re: [Live-devel] New (custom) "REGISTER" command - for advertising a RTSP, stream to a client or proxy server (Ross Finlayson)

2013-06-19 Thread Peng
Hi, Ross. This REGISTER feature sounds quite interesting. Could you explain a bit more about its impact on existing RTSP servers? For example, how does it affect the RTSP state machine? Do we need extra state for it to work? Regards Peng ___ live

Re: [Live-devel] MP4 video trak samples: were do 'non-frame' NAL units belong?

2013-03-23 Thread Peng Zheng
th the same RTP timestamp and send them as a frame into any third party muxer that supporting ISO base media format, e.g. libavformat from FFmpeg. If you set avformat context correctly, it will produce what you want. Peng ___ live-devel mailing list liv

Re: [Live-devel] [patch] make live555 playback h.264 RTSP streams from Foscam IP cameras

2012-09-13 Thread Daniel Peng
On Thu, Sep 13, 2012 at 7:34 PM, Ross Finlayson wrote: > FYI, you don't need to use VLC to test "RTSP-over-HTTP". Our "openRTSP" > demo application can also be used for > this. (Note the "-T " option.) Thank you for the quick response! This is a very helpful

[Live-devel] [patch] make live555 playback h.264 RTSP streams from Foscam IP cameras

2012-09-13 Thread Daniel Peng
Hi folks, I have a Foscam h.264 IP camera with a very strange RTSP-over-HTTP server, and I wanted to get VLC to play it back. There are two basic issues: 1. On an OPTIONS request, the server returns HTTP 501 (Unimplemented) but omits the Cseq. Liblivemedia erroneously matched this to the POST r