html5 - Re-stream h.246 video -
i have video web cam streaming h.264 video via web (according wireshark, using tcp on port 9000).
i've tried opening in vlc player, have been unsuccessful. perhaps i'm using wrong command, or vlc can't read raw h.264?
how go re-streaming raw h.264 to... lets mp4?
i've seen mentions of using vlc (server) convert it, can't find proper documentation. assume it's along lines of
vlc -vvv tcp://my_ip:9000 --sout '#transcode{vcodec=h264,vb=100}:standard{access=http,mux=ts{use-key-frames},dst=:9090}' any appreciated. link proper documentation... ultimately, have re-streaming video viewable via html5 video tag.
most ip cameras use rtsp initiate mpeg stream. you'll need complete url stream want. should documented on camera manufacturer's web site. info need typically in developer's section.
for example, axis 207 is: rtsp://192.168.1.1/mpeg4/media.amp
Comments
Post a Comment