Re: [Live-devel] H264VideoStreamFramer

2012-09-17 Thread malc
On Sun, 16 Sep 2012, malc wrote: > On Sat, 15 Sep 2012, Ross Finlayson wrote: > > > > Yes it's playable with vlc (and ffplay as mentioned), doesn't make it > > > any less un-playable with PS3 and mplayer though. > > > > If you find the reason

Re: [Live-devel] H264VideoStreamFramer

2012-09-15 Thread malc
On Sat, 15 Sep 2012, Ross Finlayson wrote: > > Yes it's playable with vlc (and ffplay as mentioned), doesn't make it > > any less un-playable with PS3 and mplayer though. > > If you find the reason why the resulting Transport Stream file (from > "testH264VideoToTransportStream") is unplayable by

Re: [Live-devel] H264VideoStreamFramer

2012-09-15 Thread malc
On Sat, 15 Sep 2012, Ross Finlayson wrote: > > those that can't even barf on the out.ts output of > > testH264VideoToTransportStream (atleast) when in.264 is just a copy of > > src13_hrc7_525_420_2.264 url to which was given in the original post) > > This should have been the FIRST thing that you

Re: [Live-devel] H264VideoStreamFramer

2012-09-15 Thread malc
On Thu, 13 Sep 2012, malc wrote: > On Wed, 12 Sep 2012, Ross Finlayson wrote: > > > >framer = H264VideoStreamFramer::createNew > > >(*env, subsession->readSource (), > > > True/*includeStartCodeInOutput*/); > > > >

Re: [Live-devel] H264VideoStreamFramer

2012-09-12 Thread malc
On Wed, 12 Sep 2012, Ross Finlayson wrote: > >framer = H264VideoStreamFramer::createNew > >(*env, subsession->readSource (), > > True/*includeStartCodeInOutput*/); > > > >MPEG2TransportStreamFromESSource* tsFrames = > >MPEG2TransportStreamF

[Live-devel] H264VideoStreamFramer

2012-09-12 Thread malc
.tar.gz is 2012-08-31 o The RTP server is live/mediaServer/live555MediaServer o The sample ES stream is http://samples.mplayerhq.hu/V-codecs/h264/src13_hrc7_525_420_2.264 o The sample code that fails is at http://boblycat.org/~malc/es2ts.cpp I'm not confident that what i'm doing is correct