RTSP URL for Network/IP Camera

​VLC for Windows Store​ specific questions

This includes WinRT, Windows RT, Windows Phone, Windows Mobile and Xbox 1
nhbdesign
New Cone
New Cone
Posts: 5
Joined: 13 Sep 2018 19:11

RTSP URL for Network/IP Camera

Postby nhbdesign » 13 Sep 2018 19:17

In the universal VLC for windows App I used to be able to access our Samsung password protected IP Camera (model SNV-6084R to be specific) through an rtsp url in the following format; rtsp://username:password@ipaddress/profile2/media.smp but that doesn't seem to be working in the VLC for Windows Store version of the app, I'd really like to hear from anyone here who's been successful with this.

Thanks in advance!

mfkl
Developer
Developer
Posts: 746
Joined: 13 Jun 2017 10:41

Re: RTSP URL for Network/IP Camera

Postby mfkl » 17 Sep 2018 10:52

Hey,

Any chance you can share the URL so I can have a look locally?
https://mfkl.github.io

nhbdesign
New Cone
New Cone
Posts: 5
Joined: 13 Sep 2018 19:11

Re: RTSP URL for Network/IP Camera

Postby nhbdesign » 17 Sep 2018 14:43

I certainly can but I'm not sure how you intend to access it, it's not streamed to the web just on our local network.

mfkl
Developer
Developer
Posts: 746
Joined: 13 Jun 2017 10:41

Re: RTSP URL for Network/IP Camera

Postby mfkl » 18 Sep 2018 16:28

I managed to reproduce, it seems RTSP support is broken indeed, unsure why. Investigating
https://mfkl.github.io

nhbdesign
New Cone
New Cone
Posts: 5
Joined: 13 Sep 2018 19:11

Re: RTSP URL for Network/IP Camera

Postby nhbdesign » 20 Sep 2018 16:16

Hope you find the culprit soon...

Thanks!

horseflesh
New Cone
New Cone
Posts: 2
Joined: 23 Sep 2018 05:37

Re: RTSP URL for Network/IP Camera

Postby horseflesh » 23 Sep 2018 05:43

Today I was also trying to get RTSP streams off IP cameras and had no luck at all.

For one, you are no longer allowed to put credentials in the URL, but this is buried in the log messages.

Once I figured that out I removed the credentials and was asked to log in. I did, but the stream did not start playing. Based on what I have read on my camera forum, VLC should Just Work, though it is possible that I have made a mistake.

This is level 2 log output from my try at playing a camera on my LAN.

Code: Select all

main debug: processing request item: 101, node: Playlist, skip: 0 main debug: rebuilding array of current - root Playlist main debug: rebuild done - 2 items, index 1 main debug: starting playback of new item main debug: resyncing on 101 main debug: 101 is at 1 main debug: creating new input thread main debug: Creating an input for '101' main debug: requesting art for new input thread main debug: using timeshift granularity of 50 MiB main debug: using timeshift path: C:\Users\staro\AppData\Local\Temp main debug: `http://192.168.1.15:65003/streaming/channels/101' gives access `http' demux `any' path `192.168.1.15:65003/streaming/channels/101' main debug: creating demux: access='http' demux='any' location='192.168.1.15:65003/streaming/channels/101' file='\\192.168.1.15:65003\streaming\channels\101' main debug: looking for access_demux module matching "http": 15 candidates main debug: no access_demux modules matched main debug: looking for meta fetcher module matching "any": 1 candidates main debug: creating access: http://192.168.1.15:65003/streaming/channels/101 main debug: (path: \\192.168.1.15:65003\streaming\channels\101) main debug: looking for access module matching "http": 26 candidates lua debug: Trying Lua scripts in C:\Users\staro\AppData\Roaming\vlc\lua\meta\fetcher lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\fetcher main debug: no meta fetcher modules matched main debug: looking for art finder module matching "any": 2 candidates http debug: resolving 192.168.1.15 ... http debug: outgoing request: GET /streaming/channels/101 HTTP/1.1 Host: 192.168.1.15:65003 Accept: */* Accept-Language: en_US User-Agent: VLC/3.0.4 LibVLC/3.0.4 Range: bytes=0- lua debug: Trying Lua scripts in C:\Users\staro\AppData\Roaming\vlc\lua\meta\art lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\art lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac lua debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac lua debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac lua debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac lua debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac main debug: no art finder modules matched main debug: looking for meta fetcher module matching "any": 1 candidates lua debug: Trying Lua scripts in C:\Users\staro\AppData\Roaming\vlc\lua\meta\fetcher lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\fetcher main debug: no meta fetcher modules matched main debug: looking for art finder module matching "any": 2 candidates lua debug: Trying Lua scripts in C:\Users\staro\AppData\Roaming\vlc\lua\meta\art lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\art lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac main debug: no art finder modules matched http debug: incoming response: HTTP/1.1 401 Unauthorized Date: Sat, 22 Sep 2018 20:40:49 GMT Server: App-webs/ Content-Length: 269 Content-Range: bytes 0--1/* Accept-Ranges: bytes Connection: close WWW-Authenticate: Digest qop="auth", realm="CMIP3042W-28", nonce="4d304a434e6b4e47516b51364d7a417a4e7a4a6b4d773d3d", stale="FALSE" WWW-Authenticate: Basic realm="CMIP3042W-28" http debug: outgoing request: GET /streaming/channels/101 HTTP/1.1 Host: 192.168.1.15:65003 Accept: */* Accept-Language: en_US Authorization: Basic YWRtaW46MTIzNDU= User-Agent: VLC/3.0.4 LibVLC/3.0.4 Range: bytes=0- http debug: connection failed http debug: resolving 192.168.1.15 ... http debug: outgoing request: GET /streaming/channels/101 HTTP/1.1 Host: 192.168.1.15:65003 Accept: */* Accept-Language: en_US Authorization: Basic YWRtaW46MTIzNDU= User-Agent: VLC/3.0.4 LibVLC/3.0.4 Range: bytes=0- http debug: incoming response: HTTP/1.1 200 OK Date: Sat, 22 Sep 2018 20:40:49 GMT Server: App-webs/ Content-Range: bytes 0--1/* Accept-Ranges: bytes Connection: close Content-Length: 1256 Content-Type: application/xml main debug: using access module "access" main debug: looking for stream_filter module matching "prefetch,cache_block": 24 candidates prefetch debug: using 1256 bytes buffer, 1256 bytes read main debug: using stream_filter module "prefetch" main debug: looking for stream_filter module matching "any": 24 candidates prefetch debug: end of stream main debug: looking for xml reader module matching "any": 1 candidates qt debug: IM: Setting an input main debug: using xml reader module "xml" lua debug: Trying Lua scripts in C:\Users\staro\AppData\Roaming\vlc\lua\playlist lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\playlist lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\anevia_streams.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\anevia_xml.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\appletrailers.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\bbc_co_uk.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\cue.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\dailymotion.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\jamendo.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\koreus.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\liveleak.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\newgrounds.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\rockbox_fm_presets.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\soundcloud.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\twitch.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\vimeo.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\vocaroo.luac lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\youtube.luac main debug: no stream_filter modules matched main debug: looking for stream_directory module matching "any": 1 candidates main debug: no stream_directory modules matched main debug: attachment of directory-extractor failed for http://192.168.1.15:65003/streaming/channels/101 main debug: looking for stream_filter module matching "record": 24 candidates main debug: using stream_filter module "record" main debug: creating demux: access='http' demux='any' location='192.168.1.15:65003/streaming/channels/101' file='\\192.168.1.15:65003\streaming\channels\101' main debug: looking for demux module matching "any": 55 candidates main debug: looking for xml reader module matching "any": 1 candidates main debug: using xml reader module "xml" ts debug: TS module discarded (lost sync) mod debug: MOD validation failed (ext=15:65003\streaming\channels\101) webvtt debug: subtitle demux discarded avcodec debug: trying url: \\192.168.1.15:65003\streaming\channels\101 avcodec debug: CPU flags: 0x000fd3db avcodec debug: couldn't guess format vobsub debug: this doesn't seem to be a vobsub file ps warning: this does not look like an MPEG PS stream, continuing anyway main debug: using demux module "ps" main debug: looking for meta reader module matching "any": 2 candidates lua debug: Trying Lua scripts in C:\Users\staro\AppData\Roaming\vlc\lua\meta\reader lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac main debug: no meta reader modules matched main debug: `http://192.168.1.15:65003/streaming/channels/101' successfully opened ps warning: garbage at input from 509, trying to resync... main debug: EOF reached main debug: removing module "ps" main debug: removing module "record" main debug: removing module "prefetch" main debug: removing module "access" main debug: dead input main debug: changing item without a request (current 1/2) main debug: nothing to play qt debug: IM: Deleting the input

mfkl
Developer
Developer
Posts: 746
Joined: 13 Jun 2017 10:41

Re: RTSP URL for Network/IP Camera

Postby mfkl » 24 Sep 2018 16:03

@horseflesh, you're using the win32 Qt app, not the Windows Store app so I think you're in the wrong forum section
https://mfkl.github.io

leonY
New Cone
New Cone
Posts: 5
Joined: 17 Oct 2018 04:25

Re: RTSP URL for Network/IP Camera

Postby leonY » 17 Oct 2018 04:35

does VLC for UWP support RTSP?

i just installed VLC for UWP from windows store on a windows PC. It cannot connect a RTSP stream. the error message is "Connection failed VLC could not connect to IP address:554". on the same machine, The desktop version of VLC player is playing the same rtsp stream without issue.


Return to “​VLC for Windows Store​”

Who is online

Users browsing this forum: No registered users and 10 guests