hi,
I am trying to handle rtpme steam with rtmpdump and then stream it to VLC player. But unsuccessful...
When I try to record stream with RTMPDumpHelper, everything is ok. I can even record stream to file and while it recording play it in VLC. But in this case a huge dump file is created. So I would like to organize something like proxy, which can decrypt stream and steam it to localhost.
This is what I have tried
Quote:
rtmpdump.exe -r rtmpe://stream01.bighockey.ua/live --quiet | "C:\Program Files\VLC\vlc.exe" -
|
Can you help me?