I have an ip camera which provides a live rtsp video stream. I can use VLC media player to view the feed by providing it with the url: rtsp://cameraipaddress. But I need to display the feed on a web page. The camera provider supplied an active x control which I got working, but it is really buggy and causes the browser to frequently hang. Does anyone know of any alternative video plugins I could use which support RTSP? The camera can be configured to stream in either H264 or MPEG4.
|
|
Try the QuickTime Player! Heres my JavaScript that generates the embedded object on a web page and plays the stream:
|
|||
|
VLC also comes with an ActiveX plugin that can display the feed in a web page: http://wiki.videolan.org/ActiveX/HTML
|
|||
|
|
|
Roughly you can have 3 choices to display RTSP video stream in a web page:
You can find the code to embed the activeX via google search. As far as I know, there are some limitations for each player.
|
|||
|
|
|
If you want to stream RTSP directly to web page, then I am afraid your only option is to use an ActiveX control viewer that comes with the camera. This is a direct connection IP Cam -> Viewer, and should really be the fastest. Not sure why you having issues; Axis ActiveX works pretty good for me. However, this option is not really bandwidth-efficient and you can not serve multiple concurrent viewers (most of IP Cams have 10 viewers limit). The better option is to upload a single RTSP stream to centrally-hosted streaming server, which will convert your stream to RTMP/MPEG-TS and publish it to Flash players/Set-Top boxes. Wowza, Erlyvideo, Unreal Media Server, Red5 are your options. |
|||
|
|
the Microsoft Mediaplayer can do all, you need. I use the MS Mediaservices of 2003 / 2008 Server to deliver Video as Broadcast and Unicast Stream. This Service could GET the Stream from the cam and Broadcast it. Than you have "only" the Problem to "Display" that Picture in ALL Browers at all OS-Systems My Tip :check first the OS , than load your plugin . on Windows it is easy -take WMP , on other take MS Silverligt ... |
|||
|
|