Re: [Live-devel] Error in testH264VideoStreamer

2014-03-09 Thread Ron Woods
live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ron Woods Sent: Wednesday, March 05, 2014 2:58 PM To: live-devel@lists.live555.com Subject: [Live-devel] Error in testH264VideoStreamer I have downloaded and compiled version 2014.02.19 using your makefiles in Visual Stu

[Live-devel] Error in testH264VideoStreamer

2014-03-05 Thread Ron Woods
I have downloaded and compiled version 2014.02.19 using your makefiles in Visual Studio 2012 on Win 7 Pro. I have also successfully run testMPEG1or2VideoStreamer with an Elementary Stream test.mpg (that I found on the internet). Now I am trying testH264VideoStreamer with an ES that I downloade

[Live-devel] Fwd: Bookmark TS file

2009-09-15 Thread Woods
Hi, I think I found the answer. I should not updateTSRecordNum(), which should be called when playing or scale status changes. I just add fRSRecordNum to fFramer's packet counter or Trick filter's index/packet counter. Regards, Woods -- Forwarded message ------ From: W

[Live-devel] Bookmark TS file

2009-09-14 Thread Woods
But from the result, I saw the fNPT increases exponentially after above function is called repeatedly. I suspect it is due to the repeated call of updateTSRecordNum(). Could anyone tell me how to retrieve the correct NPT time value? Thank you! -- Wo

[Live-devel] Can LiveMedia consume Flash video

2009-07-31 Thread Woods
Hi, I wish to know can Livemedia lib consume Flash Video source (through HTTP or FLV file) and send it as MPEG1or2 to UDP sink? Thank you! -- Woods ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo

[Live-devel] Fwd: MP Demux doubt (more details) - follow up

2009-07-28 Thread Woods
deo packet, so that it is filtered out by the MPEG4VideoStreamParser? Thanks for your suggestion! Anyone has done FFMPEG + Livemedia work before? I appreciate your advice to make this work! Best Regards, Woods -- Forwarded message -- From: Woods Date: Tue, Jul 28, 2009 at 5:13

[Live-devel] MP Demux doubt (more details)

2009-07-28 Thread Woods
packets? Can they be used to feed liveMedia classes as I described? I have tried this code for 2 weeks, no more idea now. :-( I will appreciate if someone could give me suggestion on this! Thank you very much. -- Woods ___ live-devel mailing list li

[Live-devel] MP4 Demux problem

2009-07-25 Thread Woods
er, feeding to MPEGTransportStreamFromESStream and BasicUDPSink. I notice it does not work properly, in that the streamer doesn't have proper scheduling during streaming and it reads all packets from MP4 file very fast, and send all of them out immediately. Could anyone give me suggestion on the cause of this? Th

Re: [Live-devel] testMP3Streamer.cpp and testMP3Receive.cpp

2009-07-24 Thread Woods
___ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel > > -- Woods ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] MP4 Streamer Doubt

2009-07-15 Thread Woods
Hi, Thanks for your reply. So, can I say : any source that is workable for MPEG2TransportStreamFromPESSource are ALWAYS applicable to MPEG2TransportStreamFromESSource? Regards, Woods On Wed, Jul 15, 2009 at 9:02 PM, Ross Finlayson wrote: > Subsequently, there have two candidate liveme

[Live-devel] MP4 Streamer Doubt

2009-07-15 Thread Woods
MPEG2TransportStreamFromESSource. Am I right? Please correct me if I am wrong. :-) Thanks for your suggestion. -- Woods ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] mp3 streamer doubt

2009-07-08 Thread Woods
livemedia lib? Thanks Woods --- #include "liveMedia.hh" #include "BasicUsageEnvironment.hh" #include "GroupsockHelper.hh" #define TRANSPORT_PACKETS_PER_NETWORK_PACKET 7 #define TRANSPORT_PACKET_SIZE

[Live-devel] mp3 streamer doubt

2009-07-07 Thread Woods
ion --> Medium::close(source) --> delete MPEG2TransportStreamFramer --> delete MPEG2TransportStreamFromESSource --> delete MP3FileSource. It looks OK! But what is wrong? Could anyone give me a suggestion? Thanks -- Woods ___ live-devel ma

Re: [Live-devel] livemedia on cygwin

2009-07-05 Thread Woods
n_addr imr_sourceaddr; /* IP address of source */ struct in_addr imr_interface; /* local IP address of interface */ }; #endif Regards, Woods On Sun, Jul 5, 2009 at 3:58 PM, Ross Finlayson wrote: > I want to know if livemedia can be compiled using cygwin? >> > > Did you

[Live-devel] livemedia on cygwin

2009-07-05 Thread Woods
Hi Experts, I want to know if livemedia can be compiled using cygwin? Thanks for your suggestion. -- Woods ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] How to realize pause in H.264 stream

2009-06-29 Thread Woods
I had similar experience, but finally noticed the cause was VLC pause button not sending RTSP PAUSE command to the server. Not sure if this friend encounter the same case, and you can check it use any sniffer software. -Woods On Mon, Jun 29, 2009 at 6:05 PM, Ross Finlayson wrote: > when I

Re: [Live-devel] how to stream mp4 file using liveMedia (typo corrected)

2009-06-24 Thread Woods
using mpeg2ts, which is possible according to my test? Thanks Woods On Wed, Jun 24, 2009 at 8:00 PM, Ross Finlayson wrote: > Should I create corresponding components for MP4 format, so I can create >> workflow something like the following two solution? >> >> ByteStreamFil

[Live-devel] streaming over raw udp

2009-06-24 Thread Woods
Dear all, I notice LiveMedia usually streams over RTP/UDP. Is it possible to stream over UDP directly? Thanks for your advice. -- Woods ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] how to stream mp4 file using liveMedia (typo corrected)

2009-06-24 Thread Woods
-> MP4Demux -> MPEG4DemuxElementaryStream |-> MPEG4VideoStreamFramer -> MPEG4ESVideoRTPSink |-> MPEG1or2AudioStreamFramer -> MPEG1or2AudioRTPSink Thanks for your suggestions. -- Woods ___ live-devel mailing list live-devel@lists.live555.com ht

Re: [Live-devel] (no subject)

2009-06-15 Thread Woods
so, you will get that select() fail error, because the socket objects are released after your function returning. This can be shown from your referred API, where the sockets are used as pointers. This is what I experienced before by copying the test code. :-) Good luck Woods On Tue, Jun 16

Re: [Live-devel] (no subject)

2009-06-15 Thread Woods
Hi, I guess you copied from test code as I did before :) It is because of that GroupSock. Don't use as a stack object which will be released after function call. Use a pointer for that GroupSock for RTP and RTCP. Woods On Mon, Jun 15, 2009 at 6:01 PM, wong yeewan wrote: > Hi all,

[Live-devel] one-time streamer

2009-06-15 Thread Woods
r" after I delete the streamer in my program. By the way, I am actually not clear how a streamer is registered to TaskScheduler. Is it by new a Sink or add a server media session or add a subsession? Thanks for your suggestions -- Woods ___ live-dev

Re: [Live-devel] question about using test program of live555

2009-06-07 Thread Woods
> 没有互动,哪来共识?微软地图MSN互动为你提供全新地图浏览体验! 立即试用!<http://ditu.live.com/?form=TL&swm=1> > > ___ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel > > -- Woods ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Make live media server stream mpeg to transport stream

2009-06-04 Thread Woods
ession for RTSPserver, so that the server will generate the required sink and start streaming using this added subsession. In order to fit this design pattern, do I need to create a dedicate SubSession class? Thanks. Woods On Fri, Jun 5, 2009 at 12:56 AM, Ross Finlayson wrote: > I plan to mod

[Live-devel] Make live media server stream mpeg to transport stream

2009-06-04 Thread Woods
MPEG1or2DemuxedElementaryStream, MPEG2TransportStreamFromPESSource, etc. But Should I create a new subsession class to complete this? So that I can use it in Dynamicserver class for mpg file type? Thanks for your suggestion! -- Woods ___ live-devel mailing list live

[Live-devel] how to multicast using live555 media server

2009-06-02 Thread Woods
Hi, I wish to find out how to do multicast using live555 media server. Thanks for your suggestion. -- Woods ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel