> 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
.@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
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
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
> (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.)
> 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
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
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
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
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
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
> 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
. 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
> 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] =
: 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
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
: 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
> 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
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
> 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
...@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
> 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
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-
23 matches
Mail list logo