Change RTSP Stream To RTMP Stream For Publishing Live Event In Web Page
How To Embed IP Network Camera Monitoring Stream To Web Page (2)
From the last post in my blog, you obtain RTSP stream URL. And then what is next? Generally the program like live encoder only accepts RTMP stream URL. Thus our goal is clear: Change RTSP to RTMP for publishing live event in web page.
Change RTSP Stream to RTMP Stream
Just use 800Li Stream Transcoder. I found it after I was helpless for several days. Not hard to operate it. See the picture:
Click Probe(P), then click next to continue. Once you see the stream data on the top-right corner in the main interface, then live publishing has started.
Get HTML Code and Embed It to Web Page
Choose Universal Code to send stream to end users via P2P method which will save bandwidth. Just copy these HTML code to your web page source code and then it will be done.
Example to embed HTML to Web Page (Take local page as example)
1. Create a TXT document.
2. Copy these HTML code to TXT and Save it.
3. Change TXT extension to HTML extension.
Click Yes to continue. Double click to see the live video embedded in the web page.
4. Double click to open web page to see the live video.