Re: [Live-devel] hi all, I found a bug in mediaServer source code.

2014-12-10 Thread ken chow
ile, the reality is liveMedia played from whole file start to the end, just like no rang time. Thank you. <http://about.me/kenchowcn> Ken Chow about.me/kenchowcn [image: Ken Chow on about.me] <http://about.me/kenchowcn> On Tue, Dec 9, 2014 at 12:50 AM, Ross Finlayso

Re: [Live-devel] hi all, I found a bug in mediaServer source code.

2014-12-08 Thread ken chow
printf("%d\n", sscanfResult); printf("%s\n", as); printf("%s\n", ae); return 0; } kenchow@ubuntu:~/Documents$ ./sscanf 2 20141208T064100.000Z Session: kenchow@ubuntu:~/Documents$ <http://about.me/kenchowcn> Ken Chow about.me/kenchowcn [image: Ken Chow on

Re: [Live-devel] rtsp client -> h264 decoder

2014-09-29 Thread Ken Ferguson
Hi Ken, Ross, I just wanted to add there is one extra possibility here. We have noticed some cameras, especially HD cameras, split images across more than one slice. In a vast majority of cameras the sequence is: SPS PPS IDR -> SLICE -> SLICE -> SLICE... Where -> indicat

Re: [Live-devel] QuickTime and RTCP RR packets.

2013-11-06 Thread Ken Ferguson
guess that's a decision we may have to revisit :) Thanks again, Ken. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] QuickTime and RTCP RR packets.

2013-11-06 Thread Ken Ferguson
27;m using a recent version of Live555 (2013.10.25) and trying to play a stream with QuickTime Player (v10.1). Could anyone confirm that this workaround is still valid? Or indeed is there anything else I should be doing? I'd just like to get my facts straight bef

[Live-devel] question regarding recieving & unpacking TS over RTP, generated from testH264VideoToTransportStream

2011-12-19 Thread Ken Dunne
le to play it with any player that i know of. Does anyone have any suggestions? Ken ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] how to stream both H264 video and AAC audio ?

2011-08-29 Thread Ken Dunne
Hi;   I've gotten H264 streaming to work, thanks to the live555 and old posts to this list. Now, i am trying to add audio to the same stream.   I've been reading through old posts in this list, and have gathered that to have the audio and video taken together, that i must add both to the same

Re: [Live-devel] MP4 file creation

2011-08-10 Thread ken
Arg...is FFMPEG/LibAV the best library to write an MP4 file?Thx/K --- On Wed, 8/10/11, Ross Finlayson wrote: From: Ross Finlayson Subject: Re: [Live-devel] MP4 file creation To: "LIVE555 Streaming Media - development & use" Date: Wednesday, August 10, 2011, 6:13 PM On Aug 10, 2011, at 9:32 A

[Live-devel] MP4 file creation

2011-08-10 Thread ken
Is it really this simple to generate an MP4 file?  It is simply a serialized h264 stream?  I don't need some other library in order to create an MP4 file? Thanks... /Ken --- On Fri, 7/29/11, Ross Finlayson wrote: From: Ross Finlayson Subject: Re: [Live-devel] Problem about openRTSP re

Re: [Live-devel] H264VideoStreamDiscreteFramer and PPS , SPS

2011-07-11 Thread ken
h > encoded H.264 NAL unit contains a "nal unit type" code (in > its last 5 bits) - as described by the H.264 specification. > -- > Ross Finlayson I do apologize, thanks for the correction and clarification. I was unclear that these leading 8-bits were written by the H.264 encoder

Re: [Live-devel] H264VideoStreamDiscreteFramer and PPS , SPS

2011-07-11 Thread ken
f the H.264 encoding process. From lines 69-71 of H264VideoStreamDiscreteFramer.cpp it appeared from the comment "NAL units that..." that somehow the 'encoded frame' had been packet-ized with an 8 bit header. From your response, i gather that the encoder its

[Live-devel] H264VideoStreamDiscreteFramer and PPS , SPS

2011-07-10 Thread ken
Thanks for this wonderful framework, I am very impressed.  I am new to RTP, please forgive my ignorance. I am following the FAQ item in order to use live555 with an encoder that delivers 'full frames'.I am basing my new app on "testH264VideoStreamer" and have created a "FramedSource" overrides t

[Live-devel] MPEG2 Indexer

2009-01-05 Thread Ken Hilliard
nly operates on mpegts payloads that are mpeg2. Is there any other way/tool I can use so I can use trick play features of the live555 media server? BTW: The live555 has worked flawlessly as an rtsp server, not once ever crashed.

[Live-devel] RTSP-over-HTTP on the server side.

2008-08-28 Thread Ken Seo
o create a HTTP server for RTSP-over-HTTP tunneling. // Try first with the default HTTP port (80), and then with the alternative HTTP // port number (8000). Thanks for your help as always! Ken Seo ___ live-devel mailing list live-devel@lists.l

Re: [Live-devel] NAT and RTCP

2008-08-20 Thread Ken Seo
Thanks Ross for your quick reply! Regards, Ken 2008/8/20 Ross Finlayson <[EMAIL PROTECTED]> > Now the client can make an RTSP request just fine and start playing the > stream. However, the RTCP packets from the client to the server get lost and > as a result, the server stop

[Live-devel] NAT and RTCP

2008-08-20 Thread Ken Seo
he client gets the address from the RTCP packets sent from the server, then use it as destination. Any idea, comment is greatly appreciated, Regards, Ken Seo ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] BasicTaskScheduler is not handling err 10038

2008-05-05 Thread Ken Seo
I was just wondering, isn't fRTCPInterface supposed to be fRTPInterface, since it is actually an instance of RTPInterface, I know that I don't fully understand live555 code at the moment, so, if what I explained above does not make any sense to you then please let me know, Best Reg

Re: [Live-devel] BasicTaskScheduler is not handling err 10038

2008-04-30 Thread Ken Seo
Hi Ross, I apologize if my post sounded like complaining, but I didn't intend to do that.., I actually very much appreciate sharing your code. My name is Ken Seo, working at Research In Motion Canada, the reason I used my gmail is because I'm personally doing some research on RTP/RTS

[Live-devel] BasicTaskScheduler is not handling err 10038

2008-04-30 Thread Ken Seo
cause of a single client failure, Is there any way I can manually flush the socket when I get the error 10038 instead of terminating the server? Best Regards, Ken Seo ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Implementing FramedSource

2008-04-08 Thread Ken Seo
l32.dll!7c816fd7() [Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll] Any suggestions or ideas are greatly appreciated, Best Regards, Ken S. On Tue, Apr 8, 2008 at 7:28 PM, Ken Seo <[EMAIL PROTECTED]> wrote: > Hi, Ross, > > Th

Re: [Live-devel] Implementing FramedSource

2008-04-08 Thread Ken Seo
Hi, Ross, Thank you for your reply, if "doGetNextFrame()" returns immediately, I'm not quite sure how it would work, the following is my understanding of RTP cycle, RTSPServer - upon start playing - calls GetNextFrame() -> calls doGetNextFrame() -> calls afterGetting() -> sends packets all that

[Live-devel] Implementing FramedSource

2008-04-04 Thread Ken Seo
ing, live555 is single threaded, how else do I implement blocking ?? and who's responsible to call GetNextFrame()? Regards, Ken Seo ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] multiple audio stream w/Live555 Media Server

2007-06-06 Thread Ken Hilliard
thx Ross. I was also able to verify this by using the VLC client in place of my STB and it played all the audio tracks with no problem. On 6/6/07, Ross Finlayson <[EMAIL PROTECTED]> wrote: >I downloaded and installed the Linux version of live555MediaServer >into a directory on Ubuntu. I copied

[Live-devel] multiple audio stream w/Live555 Media Server

2007-06-06 Thread Ken Hilliard
I downloaded and installed the Linux version of live555MediaServer into a directory on Ubuntu. I copied my mpegts files in that directory and started streaming videos with a single audio track via an Amino 125 STB. The video was h.264 and the audio aac. I used the Amino's javascript play function