By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!The camera doesn't support DDNS, but it can support ONVIF/RTSP protocol. If you wanna embed the video on your website, you can try RTSP stream + Wowza solution.Hello, can you have some solution to embed cam stream video in my website using P2P, I don't want to forward port or use ddns. Thanks.
http://pub-dss-hls.secu100.net:8080/hls/05d99587de74799062/eab57ce2588bf32c/1.m3u8
<div class="embed-responsive embed-responsive-4by3">
<video poster="" preload="" controls="controls" width="704" height="578">
<source src="http://pub-dss-hls.secu100.net:8080/hls/04b995770dc499901c/45277557a02c34eb/1.m3u8"></video></div>
ffmpeg -f lavfi -i anullsrc -rtsp_transport tcp -i rtsp://<username>:<password>@<ip address>/onvif1 -tune zerolatency -vcodec libx264 -t 12:00:00 -pix_fmt + -c:v copy -c:a aac -strict experimental -f flv rtmp://a.rtmp.youtube.com/live2/<YouTubeStreamKey>
Amazing, I have successfully achieved Youtube Live by using this method.The best way is using the Youtube Live service. To achieve this, you need to convert the camera's RTSP to RTMP protocol which is supported by the Youtube Live.
1. Converting your RTSP stream to RTMP with FFmpeg software.
FFMPEG command for Yoosee Wi-Fi camera
Code:ffmpeg -f lavfi -i anullsrc -rtsp_transport tcp -i rtsp://<username>:<password>@<ip address>/onvif1 -tune zerolatency -vcodec libx264 -t 12:00:00 -pix_fmt + -c:v copy -c:a aac -strict experimental -f flv rtmp://a.rtmp.youtube.com/live2/<YouTubeStreamKey>
2. Create a Youtube Live, choose "Encoder setup", then copy the "Stream name/key" and paste it in the ffmpeg command.
This happened because the internet uplink speed was too slow, therefore cased a huge data loss.My friends I used the Youtube approach and it works pefectly BUT I am having a problem and I wanna ask if any of you is having it too.
I am using ffmpeg to get my camera video (using RTSP) and send it to youtube. There are plenty of command lines you can use and this is the one worked for me:
ffmpeg -i rtsp://200.193.21.176:6003/onvif1 -vcodec copy -acodec copy -strict experimental -f flv rtmp://x.rtmp.youtube.com/live2/fh1t-e7p4-fsa1-c8mw
The problem is that it is only displaying correctly the top part of the video, the rest looks like scrumbled. See:
Maybe I should use some additional parameter to make it render all the video instead of only the top and poorly the rest?
EDIT: there is no prolbem with the video capture cause when I use VLC to see the video from the RTSP it is working perfectly. Here is the image using VLC:
Hello! Just recently acquired yoosee ip camera daytech dt-c8815. My question is relevant to the thread: is it possible to set up a live stream directly to a website (perhaps using some cloud buffer), without computer?
Аny impossible solutions? Or is it just absolutely no way cam is going to convert rtsp to rtmp, without computer?It's impossible, because camera doesn't support rtmp protocol.
Sir, i have bought ip cam yoosee from online shop in indonesia. i successfuly setup to app and cms, and i have got the ip address of camera.
the question that i want to ask is, how to get port of camera to doing http port, i mean, i want to embedd the live video from camera to my own webpage using http port, please give me the answer sir.
We use essential cookies to make this site work, and optional cookies to enhance your experience.