[Live-devel] building live555 in VS 2010

2011-08-29 Thread Jasleen Kaur
I have been trying to build the make files using Visual Studio 10. I am facing problems while running the nmake for the mak files. I have attached the screenshot of the problem seen. It says 'Fatal Error U1073: dont know how to make 'include/livemedia_version.hh' on building livemedia.mak

[Live-devel] can i upload stream to the server

2011-08-29 Thread free.wang
hi every developer , i am new in this group. i got trouble with live555 media server. can i upload stream to the server? thx a lot. :) -- 真正的杰出,不是妙用规则的错层,而是极致的偏执于信念. The Crankiness of Belief achieves Great , not the Trick of Regulation. ___ live-d

[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] bug in the mp3 receiver

2011-08-29 Thread Ross Finlayson
OK, the problem is that the receiver is expecting a single, continuous RTP stream. When you stop, then restart the streamer, there's a 50% chance that the next RTP sequence numbers (which start out at a randomly-chosen value) will be less than the previous ones. If that happens, the new incomi

Re: [Live-devel] bug in the mp3 receiver

2011-08-29 Thread Dmitriy Vasil'ev
Hello Ross, I have done this test on separate computers and on the same host. The same result. Best regards, Dmitriy From: Ross Finlayson Sent: Monday, August 29, 2011 1:19 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] bug in the mp3 receiver I'm not sure why th

Re: [Live-devel] bug in the mp3 receiver

2011-08-29 Thread Ross Finlayson
I'm not sure why this is happening; it seems to arise from the fact that both the streamer and receiver applications are running on the same host. For some reason, after the streamer application is killed, the OS is (for some reason) disabling the receiver's reception of the multicast group. A

[Live-devel] bug in the mp3 receiver

2011-08-29 Thread Dmitriy Vasil'ev
Hello, I have found a bug in the testMP3Recevier. I am testing pair: testMP3Streamer and testMP3Receiver. The receiver stop receiving sound, if I do restart testMP3Streamer. For example: I have file test.mp3 128 kbit/sec, 44100 Hz, stereo, 1 hour long. Start the receiver: testMP3Receiver > ttt