Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Connect to RTSP security camera #58

Closed
lisardggY opened this issue Mar 15, 2018 · 1 comment
Closed

Connect to RTSP security camera #58

lisardggY opened this issue Mar 15, 2018 · 1 comment

Comments

@lisardggY
Copy link

I'm trying to display a feed that's piped directly from a video camera (or maybe from an on-site video server, I'm not sure at this point), which I have as an authenticated RTSP feed (i.e. rtsp://user:[email protected]/feed). But the VLC.MediaElement, which shows normal HTTP feeds fine, won't show anything, and keep raising "MediaEnded" events.

Following tips in other closed issues, I tried opening the feed in the UWP VLC App (it opens fine in the classic VLC app), and sure enough, it fails there as well. VLC's log files, and found this: "only real/helix rtsp servers supported for now", which seems to indicate that the libvlcx used in UWP doesn't support this specific flavor of RTSP.

Is there any way to bypass this issue? Either in the libvlcx, in the MediaElement control, or using some other library (free or paid)?

@kakone
Copy link
Owner

kakone commented Apr 29, 2018

cf #62 discussion

@kakone kakone closed this as completed Apr 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants