OK Thank you very much
From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross
Finlayson
Sent: Wednesday, December 10, 2014 1:27 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] HTTP Live streaming
Yes now understand mpeg-ts its packaging fo
> Yes now understand mpeg-ts its packaging format.
> I tried testH264VideoToTransportStream. I could able to do only the stored
> .mp4 files into transport stream files. How to do incoming h264 video stream
> from a IP camera into multiple transport streams.
Instead of using a “ByteStreamFileSo
: Wednesday, December 10, 2014 1:02 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] HTTP Live streaming
1. Can I use the LIVE555 to transcode the incoming h264 video stream into
mpeg-ts?
What you’re describing isn’t really ‘transcoding’ (because the MPEG Trans
> 1. Can I use the LIVE555 to transcode the incoming h264 video stream
> into mpeg-ts?
What you’re describing isn’t really ‘transcoding’ (because the MPEG Transport
Stream format isn’t a codec (like H.264), but instead just a packaging format).
But the answer is Yes: You can pack an inco
Dear Ross,
I am experimenting with the IP camera streaming. I have couple of questions. It
would be great if you can take few minutes to answer them.
1. Can I use the LIVE555 to transcode the incoming h264 video stream into
mpeg-ts? If so is there any example?
2. Can I use the LIV
I wrote a HLS streamer for live stream in my last job that used live555 to
pull from security cameras. I only had to make a small modification to the
MPEG2TransportStream class to make deterministic PAT packet (or was that
PES, sorry this is from memory). These packets are currently inserted on a
t
> I get the H.264 encoded frames in a queue.
> I implemented RTSP live streaming by extending the class
> OnDemandServerMediaSubsession and reading from the queue.
> Can the same be done on HLS.
No.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
doen't support native decoding for
RTSP. It supports only for HLS.
From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of
Ross Finlayson
Sent: Saturday, May 03, 2014 12:25 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] HTTP Live
> 1) Can we stream h.264 encoded data using HLS in live555. If so, can you
> please point me out the example which does this in live555 testProgs folder.
It's not an application in the "testProgs" directory. Instead, it's the
"LIVE555 Media Server" application (in the "mediaServer" directo
Hi
I have three question.
1) Can we stream h.264 encoded data using HLS in live555. If so, can
you please point me out the example which does this in live555 testProgs
folder.
2) I was going through a example testMPEG2TransportStreamer.cpp which
stream a test.ts.
I have pla
>
>
> Arggh! Tracking down and fixing bugs in this code has been frustrating.
>
> Try the next release: 2014.01.20 - available now.
>
>
> Hi Ross,
Thanks, this fixes the crash.
Regards,
Park
___
live-devel mailing list
live-devel@lists.live555.com
ht
> 2014.01.19 release fails at the same location as the 0117 release when HLS
> runs.
Arggh! Tracking down and fixing bugs in this code has been frustrating.
Try the next release: 2014.01.20 - available now.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
On Sun, Jan 19, 2014 at 9:02 AM, Ross Finlayson wrote:
>The latest(0117) release still crashes on HLS. \
>
>
> OK, thanks for the report.
>
> I believe I have fixed the bug in the most recent version (2014.01.19).
>
>
> Hi Ross,
2014.01.19 release fails at the same location as the 0117 releas
>The latest(0117) release still crashes on HLS. \
OK, thanks for the report.
I believe I have fixed the bug in the most recent version (2014.01.19).
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel
On Thu, Jan 16, 2014 at 5:37 PM, Ross Finlayson wrote:
> The crash happens on the 0113 release too.
>
>
> Try upgrading to the most recent version (currently, 2014.01.16). It
> fixes a bug that might have caused your problem.
>
>
> Hi Ross,
The latest(0117) release still crashes on HLS. Here i
> The crash happens on the 0113 release too.
Try upgrading to the most recent version (currently, 2014.01.16). It fixes a
bug that might have caused your problem.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
On Tue, Jan 14, 2014 at 10:23 AM, Pak Man Chan wrote:
> On Mon, Jan 13, 2014 at 8:27 AM, Ross Finlayson wrote:
>
>>In TCPStreamSink::processBuffer, onSourceClosure is being called
>> twice, one being called inside the fSource->getNextFrame call, and the
>> other being called when the source is
>The latest release(0107) will fail with a SIGSEGV on HTTP live streaming.
That's strange. The code for HTTP Live Streaming has not been changed in
several months.
> It faults at MediaSink::onSourceClosure.
It would be nice to know exactly why the fault is occurring.
>In TCPStreamSi
Hi,
The latest release(0107) will fail with a SIGSEGV on HTTP live
streaming. It faults at MediaSink::onSourceClosure.
In TCPStreamSink::processBuffer, onSourceClosure is being called twice,
one being called inside the fSource->getNextFrame call, and the other being
called when the source is
> I've found a reference on what would be the proper behavior, In Unix Network
> Programming, Volume 1: The Sockets Networking API (3rd Edition), it is noted
> that a socket will be ready for writing if the write half of the connection
> is closed, but a write will generate a SIGPIPE. So a chec
On Thu, Oct 24, 2013 at 9:15 PM, Ross Finlayson wrote:
> Thanks for the clarifications, I've looked further and found that send()
> is returning -1, with errno being set to EPIPE. The problem is in "select"
> in BasicTaskScheduler::SingleStep still indicating a writable socket even
> when it is di
> I missed the check on "fLimitNumBytesToStream". In this case, should
> "fLimitNumBytesToStream" be initialized to False?
You're right - this is a bug. I've just installed a new version (2013.10.24)
of the code that fixes this. Thanks again for the report.
> Thanks for the clarifications,
On Thu, Oct 24, 2013 at 2:51 PM, Ross Finlayson wrote:
> 1. Replies to HTTP GET requests are sometime truncated. As an example,
> curl http://serverip/somets.ts will sometimes result in only part of the
> playlist
>
> I've traced this to fNumBytesToStream is not being initialized when
> create
> 1. Replies to HTTP GET requests are sometime truncated. As an example,
> curl http://serverip/somets.ts will sometimes result in only part of the
> playlist
>
> I've traced this to fNumBytesToStream is not being initialized when
> created in handleHTTPCmd_StreamingGET, this caused doGetNex
Hi,
I've come across the following problems with HTTP Live Streaming,
1. Replies to HTTP GET requests are sometime truncated. As an example,
curl http://serverip/somets.ts will sometimes result in only part of the
playlist
I've traced this to fNumBytesToStream is not being initialized when
hanks.
Best regards,
Daniel wang
Software Developer
Norpix Inc.
From: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson
Sent: Friday, June 15, 2012 4:58 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel]
> I want to stream live vdieo(HTTP live streaming) from camera to iPad using
> live555.
Right now this isn't possible. We currently support HTTP Live Streaming only
for static Transport Stream files (that have a corresponding index file).
Sorry.
Ross Finlayson
Live Networks, Inc.
http://www.
Hello,
I want to stream live vdieo(HTTP live streaming) from camera to iPad using
live555.
I would like to I need to create .tsx file or just ts file?
Any suggestion is welcome.
Best regards,
Daniel wang
Software Developer
Norpix Inc.
___
live-de
Behalf Of Ross Finlayson
Sent: Tuesday, May 15, 2012 3:14 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] HTTP Live Streaming from a camera advice
I'm interested in streaming from a camera using HLS. I've looked at the
live555MediaServer appli
> I'm interested in streaming from a camera using HLS. I've looked at the
> live555MediaServer application and the liveMedia/DeviceSource.cpp code.
> I can't seem to modify the live555MediaServer app in order to not make
> it use a .tsx file, which sorta makes me think the FAQ link
> http://www.liv
I'm interested in streaming from a camera using HLS. I've looked at the
live555MediaServer application and the liveMedia/DeviceSource.cpp code.
I can't seem to modify the live555MediaServer app in order to not make
it use a .tsx file, which sorta makes me think the FAQ link
http://www.live555.com/l
I am trying to stream to mac, iphone and ipad using http streaming from my
application that uses the live555 libs.
Data is flowing but I do not get video. When I extract out one of the segment
files it will play in VLC. On further investigation, I see that the ts file
when run in quicktime(appl
I have been working on HTTP live streaming and have run across a snag. I was
hoping someone here could offer some ideas.
The setup is that I am pulling an RTSP H264 stream in baseline profile from a
security camera and am using the MPEG2TransportStreamFromESSource to convert it
into a .ts file.
33 matches
Mail list logo