Re: [Live-devel] HTTP Live streaming

2014-12-10 Thread Kalkere, Giridhara
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

Re: [Live-devel] HTTP Live streaming

2014-12-10 Thread Ross Finlayson
> 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

Re: [Live-devel] HTTP Live streaming

2014-12-09 Thread Kalkere, Giridhara
: 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

Re: [Live-devel] HTTP Live streaming

2014-12-09 Thread Ross Finlayson
> 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

[Live-devel] HTTP Live streaming

2014-12-09 Thread Kalkere, Giridhara
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

Re: [Live-devel] HTTP Live streaming

2014-05-03 Thread Jeff Shanab
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

Re: [Live-devel] HTTP Live streaming

2014-05-03 Thread Ross Finlayson
> 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/

Re: [Live-devel] HTTP Live streaming

2014-05-03 Thread Vikram Singh
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

Re: [Live-devel] HTTP Live streaming

2014-05-02 Thread Ross Finlayson
> 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

[Live-devel] HTTP Live streaming

2014-05-02 Thread Vikram Singh
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

Re: [Live-devel] HTTP live streaming crash

2014-01-20 Thread Pak Man Chan
> > > 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

Re: [Live-devel] HTTP live streaming crash

2014-01-20 Thread Ross Finlayson
> 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/ ___

Re: [Live-devel] HTTP live streaming crash

2014-01-19 Thread Pak Man Chan
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

Re: [Live-devel] HTTP live streaming crash

2014-01-18 Thread Ross Finlayson
>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

Re: [Live-devel] HTTP live streaming crash

2014-01-17 Thread Pak Man Chan
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

Re: [Live-devel] HTTP live streaming crash

2014-01-16 Thread Ross Finlayson
> 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

Re: [Live-devel] HTTP live streaming crash

2014-01-14 Thread Pak Man Chan
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

Re: [Live-devel] HTTP live streaming crash

2014-01-12 Thread Ross Finlayson
>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

[Live-devel] HTTP live streaming crash

2014-01-10 Thread Pak Man Chan
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

Re: [Live-devel] HTTP Live Streaming

2013-10-24 Thread Ross Finlayson
> 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

Re: [Live-devel] HTTP Live Streaming

2013-10-24 Thread Pak Man Chan
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

Re: [Live-devel] HTTP Live Streaming

2013-10-24 Thread Ross Finlayson
> 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,

Re: [Live-devel] HTTP Live Streaming

2013-10-24 Thread Pak Man Chan
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

Re: [Live-devel] HTTP Live Streaming

2013-10-23 Thread Ross Finlayson
> 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

[Live-devel] HTTP Live Streaming

2013-10-23 Thread Pak Man Chan
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

Re: [Live-devel] Http live Streaming

2012-06-18 Thread daniel
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]

Re: [Live-devel] Http live Streaming

2012-06-15 Thread Ross Finlayson
> 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.

[Live-devel] Http live Streaming

2012-06-15 Thread daniel
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

Re: [Live-devel] HTTP Live Streaming from a camera advice

2012-05-16 Thread Jeff Shanab
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

Re: [Live-devel] HTTP Live Streaming from a camera advice

2012-05-15 Thread Ross Finlayson
> 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

[Live-devel] HTTP Live Streaming from a camera advice

2012-05-15 Thread Richard Cagley
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

[Live-devel] Http Live Streaming

2011-12-18 Thread Jeff Shanab
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

[Live-devel] HTTP Live Streaming

2011-12-15 Thread Jeff Shanab
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.