[Live-devel] test*Streamer FAQ

Antonella Rizzo anto.rizzo at caramail.com
Thu Nov 6 00:43:46 PST 2008


Hi Ross,
I am following the FAQ:

If you still wish to change the "test*Streamer" programs to stream using unicast, then do the following:

a) In "test*Streamer.cpp", change "destinationAddressStr" to the (unicast) IP address of the intended destination.
b) In the corresponding "test*Receiver.cpp", change "sessionAddressStr" to "0.0.0.0".

In testMPEG1or2AudioVideoStreamer, I have changhed destinationAddressStr to my IP address,
and I have changhed testMPEG1or2AudioVideo.sdp in this way:
v=0
o=- 49451 3 IN IP4 127.0.0.1
s=Test MPEG Audio+Video session
i=Parameters for the session streamed by "testMPEG1or2AudioVideoStreamer"
t=0 0
a=tool:testMPEG1or2AudioVideoStreamer
a=type:broadcast
m=audio 6666 RTP/AVP 14
c=IN IP4 0.0.0.0/127
m=video 8888 RTP/AVP 32
c=IN IP4 0.0.0.0/127

I run testMPEG1or2AudioVideoStreamer and It's ok. I run testMPEG1or2AudioVideo.sdp with QuickTime but don't work! Why? 

Best Regards


PS. in multicast my file test.mpg work very well. So, It isn't a file problem!



More information about the live-devel mailing list