- Home /
RTSP/RTP stream over new Video Player in Unity 5.6?
Is there any way to receive video stream over RTSP in new Unity Video Player (unity 5.6)?
Answer by Ixternal · Apr 12, 2017 at 05:50 AM
No. The new videoplayer component in Unity 5.6 is incapable of interacting with RTSP streaming protocol sources, throwing an exception of an unrecognized type of byte stream.
Answer by halleywang · Apr 18, 2017 at 09:54 AM
How about RTP stream...same error?
RTP is used for controlling RTSP streams. It serves only the signalling and controlling purpose and doesn't bring any media exchange capabilities on its own. While strea$$anonymous$$g media content, both are used and they work together. So yes - RTP or RTSP strea$$anonymous$$g are basically referring to the same thing and thus it doesn't work.
RTP is used for controlling RTSP streams.
It's the opposite
Answer by geovana-a · Apr 28, 2017 at 06:00 AM
Yes, you can try with this url: rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov
Didn't work for me:
WindowsVideo$$anonymous$$edia error 0xc00d36c4 while reading rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov
Context: $$anonymous$$FCreateSourceReaderFromURL Error details: The byte stream type of the given URL is unsupported. Track types:
Your answer
