Hi All,
I want to stream and convert video file by using VLC and IBR-DTN as below
sender (PC 1)
IP : 192.168.10.20
file streaming : cheese.mp4 (location /home/habibi/Document/chesse.mp4)
receiver (PC2)
IP : 192.168.10.10
I try with 2 method
>>Method 1
PC1 #dtnstream -s streamReceiver | vlc
vlc/media/stream/
PC2#vlc
vlc/media/convert/save
>>Method 2
PC1 #dtnstream -s streamReceiver | vlc
vlc/media/stream/
PC2#wget
http://192.168.10.20:8080in method 1 we can stream but the only sound can be saved without video.
in method 2 cannot stream and file cannot save.
any idea to solve my problem please.....