[Live-devel] Running Live555 Media Server Fedora 10

2008-12-03 Thread Sander den Breejen
Hello,Is there a way to use live555media server at a fedora 10 server ?. How can i do that?Sander _ De leukste online filmpjes vind je op MSN Video! http://video.msn.com/video.aspx?mkt=nl-nl___

Re: [Live-devel] Help me to solve a trouble!

2008-12-03 Thread feiliu
Oh, great! It’s OK! But when I ran ./genMakefiles linux in the morning it didn’t work. By the way, I am a rookie in this area, please me more suggestions in the future! Thank you very much! 发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 代表 Guillaume Ferry 发送

Re: [Live-devel] Help me to solve a trouble!

2008-12-03 Thread Guillaume Ferry
Why don't you use ./genMakefiles linux ? It may quite solve your dependency issue. Guillaume. By the way, ld is not a directory, it's an executable (man ld sure helps :) ) 2008/12/4 <[EMAIL PROTECTED]> > When I built the code on LINUX, I got the Makefile by running > ./genMakefiles solaris, B

[Live-devel] Help me to solve a trouble!

2008-12-03 Thread feiliu
When I built the code on LINUX, I got the Makefile by running ./genMakefiles solaris, But when make was run, error came forth when the compiler went into /live/testProgs and compiled testMP3Streamer. The error is described as follows: /usr/bin/ld: cannot find �Clsocket. In fact, there is no di

Re: [Live-devel] Relayer and QoS

2008-12-03 Thread Ross Finlayson
I want do QoS on my relayer as PlayCommon.cpp, there are code examples? I want print QoS output as openRTSP, Yes - just look at how "openRTSP" implements the "-Q" option (in "playCommon.cpp"). -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

Re: [Live-devel] Recording an mp2 rtp stream for playback by Live555 media

2008-12-03 Thread Ross Finlayson
One question, though: Why SimpleRTPSource vs. MPEG1or2VideoRTPSource? Because "MPEG1or2VideoRTPSource" is specifically for receiving a MPEG-1 or 2 Video Elementary Stream RTP source. This uses a different RTP payload format than MPEG Transport Stream RTP sources. It seems to have an option

Re: [Live-devel] problems with New FramedSource creation

2008-12-03 Thread Ross Finlayson
I am relatively new using the live555 libraries and sorry if my questions are too trivial. I read the FAQ especially the question which says how to modify test*Streamer application to read from a live audio or video. No, I meant: Read the FAQ entry about threads. If you want to use mul

[Live-devel] Relayer and QoS

2008-12-03 Thread Antonella Rizzo
Hi Ross, I want do QoS on my relayer as PlayCommon.cpp, there are code examples? I want print QoS output as openRTSP, Regards ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Jitter value with openRTSP

2008-12-03 Thread Ross Finlayson
Hello Ross, Thank you for your reply. I would like to stream another mp4 video file (which has a timestamp frequency of 9Hz) to compare my results but I didn't manage to find that kind of files which can be handled by openRTSP (because of video codec). Would you have that kind of file o

Re: [Live-devel] Jitter value with openRTSP

2008-12-03 Thread ggomand
Hello Ross, Thank you for your reply. I would like to stream another mp4 video file (which has a timestamp frequency of 9Hz) to compare my results but I didn't manage to find that kind of files which can be handled by openRTSP (because of video codec). Would you have that kind of file o

Re: [Live-devel] Recording an mp2 rtp stream for playback by Live555 media

2008-12-03 Thread Mike Cravens
Thanks for the specific suggestions, Ross. One question, though: Why SimpleRTPSource vs. MPEG1or2VideoRTPSource? We don't yet have the VBRICK mpeg2 appliance in hand, but I believe that it does put out mpeg2 encoded data, and may offer a multicast or unicast stream option. We should be able t

Re: [Live-devel] problems with New FramedSource creation

2008-12-03 Thread Yedidia Amit
few things you must notice: 1.doGetNextFrame should NOT call deliver frame. it should only scheduled deliverFrame in the taskSchedulaer waiting on some socket or the watchVariable. 2. you call startPlaying only once!!! (when you want to start playing - it should not be used to notify new data.

Re: [Live-devel] problems with New FramedSource creation

2008-12-03 Thread anand meher
Dear Ross, I am relatively new using the live555 libraries and sorry if my questions are too trivial. I read the FAQ especially the question which says how to modify test*Streamer application to read from a live audio or video. I wanted to modify testMPEG2TransportStreamer so that it can read

Re: [Live-devel] problems with New FramedSource creation

2008-12-03 Thread Ross Finlayson
I am developing software which is a multithreaded program and one thread requires the transport stream packets to be streamed from my data structures. I should also take care of mutual exclusion to the access of the data structure Read the FAQ! -- Ross Finlayson Live Ne

[Live-devel] problems with New FramedSource creation

2008-12-03 Thread anand meher
Hi everyone, I am developing software which is a multithreaded program and one thread requires the transport stream packets to be streamed from my data structures. I should also take care of mutual exclusion to the access of the data structure .I have created a new Device Source