Re: [Live-devel] H264 streaming with trick play

2010-11-02 Thread COEXSI
> -Original Message- > From: live-devel-boun...@ns.live555.com [mailto:live-devel- > boun...@ns.live555.com] On Behalf Of Christophe Lemoine > Sent: mardi 2 novembre 2010 10:36 > To: live-de...@ns.live555.com > Subject: [Live-devel] H264 streaming with trick play

[Live-devel] H264 streaming with trick play

2010-11-02 Thread Christophe Lemoine
Hi, I'm looking for a H264 streaming implementation that supports trick play (at least play/pause/skip). Any video container format would be ok to start with. I can see in the list archive that a few developers where doing such an implementation, but could not find any running code I would

Re: [Live-devel] H264 streaming problem

2009-02-28 Thread Ross Finlayson
The SPS and PPS showed up on the network once, per wireshark, so they did get sent out once at the beginning of the multicasting. So the questions, does that mean all the clients join later will not see SPS or/and PPS at all? How should that work? What do I need to do? Through SDP? Yes, in th

Re: [Live-devel] H264 streaming problem

2009-02-28 Thread gather bzbz
! --- On Wed, 2/25/09, gather bzbz wrote: > From: gather bzbz > Subject: Re: [Live-devel] H264 streaming problem > To: "LIVE555 Streaming Media - development & use" > Date: Wednesday, February 25, 2009, 10:25 PM > Right after I capture the buffer from the hardware

Re: [Live-devel] H264 streaming problem

2009-02-25 Thread gather bzbz
SPS and PPS. So who dropped them? --- On Wed, 2/25/09, gather bzbz wrote: > From: gather bzbz > Subject: Re: [Live-devel] H264 streaming problem > To: live-de...@ns.live555.com > Date: Wednesday, February 25, 2009, 2:27 PM > > The problem is that special headers called SPS a

Re: [Live-devel] H264 streaming problem

2009-02-25 Thread gather bzbz
The problem is that special headers called SPS and PPS (sequence parameter set and picture parameter set) are not included in the file. Those headers may be carried in-band (which is probably not your case) or in the SDP. My guess is that your source sent them in the SDP and not in-band (in th

Re: [Live-devel] H264 streaming problem

2009-02-24 Thread Etienne Bömcke
Are you sure you correctly sent the SPS/PPS nals ? Post the .264 file if you're not sure, I might be able to take a look and help. Etienne On 24 Feb 2009, at 11:55, gather bzbz wrote: I rename the file hellovideo-H264-2 to hello.264, "file hello.264" gives "hello.264: JVT NAL sequence", m

Re: [Live-devel] H264 streaming problem

2009-02-24 Thread Yedidia Amit
live555.com > [mailto:live-devel-boun...@ns.live555.com] On Behalf Of gather bzbz > Sent: Tuesday, February 24, 2009 12:56 PM > To: live-de...@ns.live555.com > Subject: Re: [Live-devel] H264 streaming problem > > > I rename the file hellovideo-H264-2 to hello.264, "file &

Re: [Live-devel] H264 streaming problem

2009-02-24 Thread gather bzbz
I rename the file hellovideo-H264-2 to hello.264, "file hello.264" gives "hello.264: JVT NAL sequence", mplayer gives Playing hello.264. H264-ES file format detected. Video: Cannot read properties. No stream found. at least, mplayer can play hellovideo-H264-2 with color bar, but it can not pl

Re: [Live-devel] H264 streaming problem

2009-02-24 Thread Yedidia Amit
-4-8318905 -- > -Original Message- > From: live-devel-boun...@ns.live555.com > [mailto:live-devel-boun...@ns.live555.com] On Behalf Of gather bzbz > Sent: Tuesday, February 24, 2009 11:27 AM > To: live-de...@ns.live555.com > Subject: [Live-devel] H264 streaming pr

[Live-devel] H264 streaming problem

2009-02-24 Thread gather bzbz
Hi, I try to implement the H264 streamframer, I write a simple app that does the multicast streaming. then I use the openRTSP to receive the stream. The attached log file contains the output from openRTSP. The saved file is hellovideo-H264-2, when I do "file hellovideo-H264-2", I get "hellovid

[Live-devel] H264 streaming

2009-02-16 Thread baxkstreet
Hi all! I want to stream h264 with live555.but i don't know how to implement this.could anyone kind enough to tell me the probable procedure? step by step. best regards kaka ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.co

Re: [Live-devel] H264 streaming

2009-01-21 Thread Aditya Vikram
: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] H264 streaming Does openRTSP support H.264 streaming Yes, our RTSP client code (including the "openRTSP" application) can receive standard H.264 RTSP/RTP streams. -- Ross Finlayson Live Networks, Inc. http://w

Re: [Live-devel] H264 streaming

2009-01-21 Thread Ross Finlayson
Does openRTSP support H.264 streaming Yes, our RTSP client code (including the "openRTSP" application) can receive standard H.264 RTSP/RTP streams. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/___ live-devel mailing list live-devel@l

Re: [Live-devel] H264 streaming

2009-01-20 Thread Aditya Vikram
Does openRTSP support H.264 streaming, I am using VLC latest version as streaming server. Regards Aditya From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Aditya Vikram Sent: Monday, January 19, 2009 1:04 PM To: LIVE

Re: [Live-devel] H264 streaming

2008-12-15 Thread Ross Finlayson
I need to stream H264 video from linux device to PC. I write both the sender and receiver part but would like to comply to the standard way of streaming it, so: How should I packetize the video? Should it be NAL packets or should I put it into transport stream? For streaming, it is generally b

[Live-devel] H264 streaming

2008-12-15 Thread Stas Desyatnlkov
Hi All, I need to stream H264 video from linux device to PC. I write both the sender and receiver part but would like to comply to the standard way of streaming it, so: How should I packetize the video? Should it be NAL packets or should I put it into transport stream? Regards, Stas _

[Live-devel] H264 streaming

2008-09-21 Thread Yedidia Amit
Hi Mike I would like to know if there is an updated version for the H264VideoStreamFramer.cpp you published few months ago? Thank you very much. Regards, Amit Yedidia The information in this e-mail transmission contains proprietary and business sensitive information. Unauthorized intercep

[Live-devel] H264 Streaming Error

2008-09-18 Thread sureshs
Hi, I am streaming the test.h264 file using the code provided in the mailing list by Mike Qilorma. I could stream the H264 file but the MPlayer failed to play the streamed file, I am here with attaching the MPlayer messages. //Message// [EMAIL