I use vlc to save RTP h.264/g.711 PCMU data into mpg format by decoding it into mpgv/mpga through command prompt. It was working fine till vlc 2.0.1, after I install vlc2.0.2/2.0.3 audio is not played( not audiable) on the recorded file. But i can see both audio & video information in codec info...
I have used the following code to for recording, but this is able to play the stream in browser but could not able write it to file. function record() { var oVlc = document.getElementById("vlc"); var mrl = "rtsp://172.24.18.96:8554/video.mpg"; var options = ':sout=#duplicate{dst=...
Seems this could require permission to write open a file PC when I try to execute from browser , can any Activex and/or batch script technique would help me ?
hello vlc fighters, i am trying to embed vlc in html page and want to play,pause, stop and record RTSP stream onclicking respective html buttons(which calls javascript to take necessary action). But could not able to do recording, could you please help me how to invoke sout option from javascript. P...