Re: [Live-devel] H.264 ES streaming

2009-09-02 Thread Stas Desyatnlkov
VE555 Streaming Media - development & use Subject: Re: [Live-devel] H.264 ES streaming The problem is the lack of info, I still don't know how to send NAL packets in TS correctly. Is there a spec or RFC that can help? Can I create my own FramedFileSource that will read the NAL packets

Re: [Live-devel] H.264 ES streaming

2009-08-31 Thread Stas Desyatnlkov
e NAL headers and then feed it to MPEG2TransportStreamXXX? From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Thursday, August 27, 2009 10:39 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] H.264 ES

Re: [Live-devel] H.264 ES streaming

2009-08-27 Thread Ross Finlayson
What am I missing here? What you're missing is that you're trying to use code that reads and streams a MPEG-2 Transport Stream file to instead read and stream a H.264 Elementary Stream video file. There's no way this can possibly work. -- Ross Finlayson Live Networks, Inc. http://www.live

[Live-devel] H.264 ES streaming

2009-08-26 Thread Stas Desyatnlkov
Hi All, I'm trying to stream (unicast) an H264 from elementary stream file. The final goal is to stream NAL packets from a hardware encoder but this should be easily adopted once the file streamer works. The ES file was created by a remux software and is playable by mplayer. The problem is my s