Re: [Live-devel] Streaming h264 MPEG-2 TS

2012-10-24 Thread Eran
Oshi Keren-Zur writes: > > > Hi,We are developing a linux based embedded device which functions as a streaming server.The device has a video encoder which produces h264 MPEG-4 Elementary Stream, Audio encoder, and closed caption source.Our project started off with the requirement to stream the

Re: [Live-devel] Streaming h264 MPEG-2 TS

2012-10-24 Thread Ross Finlayson
I found your message rather disjointed and confusing, but I hope the following answers your question(s): - Our RTSP server implementation *does* support 'trick play' operation on MPEG Transport Stream files (but not 'live' MPEG Transport Stream data). These Transport Stream files can contain M

Re: [Live-devel] Streaming h264 MPEG-2 TS

2012-10-24 Thread Eran
Actually I don't need trick play or closed captions. I only need to use Mpeg-2 Transport Stream to stream my h264 video that is encoded in real time, and "testH264VideoToTransportStream" demo application only deals with h264 files, and not real time streams. I quoted Oshi's message (which containe

Re: [Live-devel] Streaming h264 MPEG-2 TS

2012-10-24 Thread Ross Finlayson
> I only need to use Mpeg-2 Transport Stream to stream my h264 video that is > encoded in real time, and "testH264VideoToTransportStream" demo application > only > deals with h264 files, and not real time streams. That's because it is simply a demonstration application. You can change the code