Re: [Live-devel] invalid ts stream

2011-12-27 Thread Ross Finlayson
> Can the trick play index be created and maintained on the fly? No. > Or does it need , and need to be, a completed file? Yes. Our server implementation supports HTTP Live Streaming only for pre-recorded (and pre-indexed) files. It cannot work for live streams. So it would not be suitable

Re: [Live-devel] invalid ts stream

2011-12-27 Thread Jeff Shanab
.@ns.live555.com] On Behalf Of Ross Finlayson Sent: Tuesday, December 27, 2011 8:49 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] invalid ts stream Sigh... I think you might not be familiar with the HTTP Live Streaming server implementation that we *already* h

Re: [Live-devel] invalid ts stream

2011-12-27 Thread Ross Finlayson
Sigh... I think you might not be familiar with the HTTP Live Streaming server implementation that we *already* have (and have had for almost 6 months now). See: http://www.live555.com/mediaServer/#http-live-streaming Our server can *already* stream a H.264-encoded Transport Stream file

Re: [Live-devel] invalid ts stream

2011-12-27 Thread Jeff Shanab
December 25, 2011 4:01 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] invalid ts stream (My goal here is to have a H.264 file that I know that - if processed with our "testH264VideoToTransportStream" demo application, after I've modified our Tran

Re: [Live-devel] invalid ts stream

2011-12-25 Thread Ross Finlayson
> (My goal here is to have a H.264 file that I know that - if processed with > our "testH264VideoToTransportStream" demo application, after I've modified > our Transport Stream multiplexing code based on your changes - will produce a > Transport Stream file that works with HTTP Live Streaming.)

Re: [Live-devel] invalid ts stream

2011-12-24 Thread Ross Finlayson
> openRTSP won’t build on my win7 dev machine, something wrong with newer > command line build tools on windoze. I built and ran it on the mac but it > ends up with a zero length file showing a teardown immediately after sending > the play with this encoder. That's strange. Could you send us t

Re: [Live-devel] invalid ts stream

2011-12-24 Thread Jeff Shanab
lf Of Ross Finlayson Sent: Friday, December 23, 2011 6:10 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] invalid ts stream On Dec 23, 2011, at 3:48 PM, Jeff Shanab wrote: Well the segment is easy http://www.mediafire.com/?3nu8da7gt14vkfh No, that's the Tr

Re: [Live-devel] invalid ts stream

2011-12-23 Thread Ross Finlayson
On Dec 23, 2011, at 3:48 PM, Jeff Shanab wrote: > Well the segment is easy > > http://www.mediafire.com/?3nu8da7gt14vkfh No, that's the Transport Stream file that you sent me yesterday - the one that *doesn't* work with HTTP Live Streaming. I'd like an example of a Transport Stream file (gen

Re: [Live-devel] invalid ts stream

2011-12-23 Thread Jeff Shanab
rather raw and generic. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Friday, December 23, 2011 5:02 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] invalid ts stream OK, thanks - this shoul

Re: [Live-devel] invalid ts stream

2011-12-23 Thread Ross Finlayson
OK, thanks - this should give me enough to work with. To make my job a bit easier, though, could you send my (via a web site) two more files: 1/ An example of a Transport Stream file - created by your code - that works OK (i.e., plays on an iPhone) with HTTP Live Streaming, and 2/ The raw H.26

Re: [Live-devel] invalid ts stream

2011-12-23 Thread Jeff Shanab
anab :) From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Friday, December 23, 2011 9:24 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] invalid ts stream No, Imade a lot of changes back and forth

Re: [Live-devel] invalid ts stream

2011-12-23 Thread Ross Finlayson
> No, Imade a lot of changes back and forth trying to figure it out so I am not > sure what is actually required and what is not. Could you please try to figure out the smallest set of changes that you needed to make to our code in order to get your TS file to work - and then send us a "diff" f

Re: [Live-devel] invalid ts stream

2011-12-23 Thread Jeff Shanab
. but once I have these two classes working wellmore to come From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Friday, December 23, 2011 8:46 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-dev

Re: [Live-devel] invalid ts stream

2011-12-23 Thread Ross Finlayson
> This : >// Fill in the PES PTS (from our SCR): > fInputBuffer[9] = 0x20|(fSCR.highBit<<3)|(fSCR.remainingBits>>29)|0x01; > fInputBuffer[10] = fSCR.remainingBits>>22; > fInputBuffer[11] = (fSCR.remainingBits>>14)|0x01; > fInputBuffer[12] = fSCR.remainingBits>>7; > fInputBuffer[13] =

Re: [Live-devel] invalid ts stream

2011-12-23 Thread Jeff Shanab
: Friday, December 23, 2011 4:52 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] invalid ts stream OK, I couldn't see anything obviously wrong with this TS file. It played OK in VLC, and I was able to stream it (out and in) OK via RTSP/RTP, using our software. B

Re: [Live-devel] invalid ts stream

2011-12-23 Thread Ross Finlayson
OK, I couldn't see anything obviously wrong with this TS file. It played OK in VLC, and I was able to stream it (out and in) OK via RTSP/RTP, using our software. But when I tried streaming it to an iPhone via HTTP Live Streaming from "live555MediaServer" (after indexing the file), it didn't wo

Re: [Live-devel] invalid ts stream

2011-12-22 Thread Jeff Shanab
: Thursday, December 22, 2011 1:52 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] invalid ts stream http://appleservice.my-mvs.com:88/SampleSegment/segment1(7).zip Sorry, but this site (appleservice.my-mvs.com:88) is inaccessible. (I also tried port 80.) And wh

Re: [Live-devel] invalid ts stream

2011-12-22 Thread Ross Finlayson
> http://appleservice.my-mvs.com:88/SampleSegment/segment1(7).zip Sorry, but this site (appleservice.my-mvs.com:88) is inaccessible. (I also tried port 80.) And why on Earth are you "zip"ing a Transport Stream file? It's already compressed. It can't be hard to find a publically-visible web s

Re: [Live-devel] invalid ts stream

2011-12-22 Thread Jeff Shanab
evel] invalid ts stream I am trying to create a ts file from h264 video from a live source. Everything looks identical to streams that work from a different muxer but when these streams are segmented and served to the Apple mediastreamvalidator, it complains with "error: (-12976) unable to pars

Re: [Live-devel] invalid ts stream

2011-12-21 Thread Ross Finlayson
> I am trying to create a ts file from h264 video from a live source. > Everything looks identical to streams that work from a different muxer but > when these streams are segmented and served to the Apple > mediastreamvalidator, it complains with “error: (-12976) unable to parse > segment as e

Re: [Live-devel] invalid ts stream

2011-12-21 Thread Jeff Shanab
...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, December 21, 2011 9:17 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] invalid ts stream I am trying to create a ts file from h264 video from a live so

Re: [Live-devel] invalid ts stream

2011-12-21 Thread Ross Finlayson
> I am trying to create a ts file from h264 video from a live source. > Everything looks identical to streams that work from a different muxer but > when these streams are segmented and served to the Apple > mediastreamvalidator, it complains with “error: (-12976) unable to parse > segment as e

[Live-devel] invalid ts stream

2011-12-21 Thread Jeff Shanab
I am trying to create a ts file from h264 video from a live source. Everything looks identical to streams that work from a different muxer but when these streams are segmented and served to the Apple mediastreamvalidator, it complains with "error: (-12976) unable to parse segment as either MPEG-