Can VideoPlayer display IP Camera Stream?
Can the VideoPlayer receive Streams like mpeg or h264 from IPCams using the URL Source Option?
With there no option beeing for setting up credentials for the URL I removed the Password of my IP Camera.
I tried to enter the URL that gives me the stream in a browser or in my later mentioned script but the Console is just giving me Error: Can't play movie : http://192.168.1.10:8080/video
WindowsVideoMedia error 0xc00d36c4 while reading http://192.168.1.10:8080/video
Here the problem of Live Streams and there endless Format was mentioned but not very detailed: https://forum.unity.com/threads/correct-video-format-for-video-playback.446011/#post-2887212
Does anybody know if and how this is possible with the VideoPlayer Component?
Until now I am using a Script like this: https://answers.unity.com/questions/1151512/show-video-from-ip-camera-source.html
That is working, but it is decreasing the Framerate a lot and I didn't sucseed in making it async yet. Also this will not allow me to use any format except mpeg.
Another option would be to by this Asset if I understand it correctly right? https://www.assetstore.unity3d.com/en/#!/content/10032
Thx!
Your answer
Follow this Question
Related Questions
How to select a video file and run it in-game? 0 Answers
Error when loading external url for video player on ios build 2 Answers
How to download video and play in unity app using EasyMovieTextures plugin? 0 Answers
Video Player Streaming Not Working - Android (2019.2/3) 0 Answers
High-quality video without freezing 1 Answer