> I am successfully able to play the 1.mp3 song, consider the song is reached > now 2nd min, still 2 more min left. Now, I run the rtsp://<my system > address>/1.mp3 in second instance of VLC player. > > In the second VLC player, it starts playing 1.mp3 song from beginning > (starting 0th sec) instead of 2nd min. > > I want this second VLC player should play the song from 2nd min, since the > first vlc player reached 2 min already. > > I wanted both VLC player stream same data, both should be sync. > > Is it possible
Yes, you can get this behavior by changing the constant "reuseSource" (in the file "mediaServer/DynamicRTSPServer.cpp", line 97) from False to True. Ross Finlayson Live Networks, Inc. http://www.live555.com/
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
