Hi,
I captured an RTMP stream using wireshark, and I want to play it on VLC.
I replay the stream using tcpreplay the following way:
sudo tcpreplay --intf1=eth0 2
2 is the PCAP file with the RTMP stream.
When I try opening the stream in VLC : RTMP://204.40.2.10:1935
I get the following error message
"VLC is unable to open the MRL 'rtmp://204.40.2.10:1935'. Check the log for details."
What am I doing wrong ?