Two SDP with VLC ???
Posted: 19 Mar 2010 18:43
Hi,
I development a simple project with VLC, and a try to save two SDP files, the first SDP function correctly but when the second SDP start, exist problem with the player (two videos at the same time on the player), I try with several things but nothing...
please, help me...
this is the code:
I development a simple project with VLC, and a try to save two SDP files, the first SDP function correctly but when the second SDP start, exist problem with the player (two videos at the same time on the player), I try with several things but nothing...
please, help me...
this is the code:
Code: Select all
#duplicate{dst=rtp{dst=10.7.2.11, port=1234, sdp=file:///usr/local/movies/test.sdp}}
#duplicate{dst=rtp{dst=10.7.2.11, port=5800, sdp=file:///usr/local/movies/movie.sdp}}