... interpretation of legality by Debian maintainers.
If you don't need RTSP then the VLC package from Bullseye Debian repo is okay.
At the moment BusterDog package from the repo still have RTSP support, but I wouldn't be surprised if one day you do 'apt upgrade', you'll end up with no RTSP support ...
Search found 20 matches: vlc rtsp
Searched query: vlc rtsp
- Thu Mar 09, 2023 7:24 pm
- Forum: DebianDogs
- Topic: VLC, Bullseye, RTSP - not working <SOLVED>
- Replies: 8
- Views: 3517
- Tue Mar 07, 2023 11:58 pm
- Forum: DebianDogs
- Topic: VLC, Bullseye, RTSP - not working <SOLVED>
- Replies: 8
- Views: 3517
Re: VLC, Bullseye, RTSP - not working
fredx181 wrote: Tue Mar 07, 2023 11:54 pm@dcung I think it should be
apt build-dep app-name
(without 'install')
You're right Fred!
I got other errors now, but at least progressing and learning while doing this...
Thank you...
- Tue Mar 07, 2023 11:54 pm
- Forum: DebianDogs
- Topic: VLC, Bullseye, RTSP - not working <SOLVED>
- Replies: 8
- Views: 3517
Re: VLC, Bullseye, RTSP - not working
@dcung I think it should be apt build-dep packagename
(without 'install')
edit: FYI there's also apt source packagename
to get the source.
- Tue Mar 07, 2023 11:18 pm
- Forum: DebianDogs
- Topic: VLC, Bullseye, RTSP - not working <SOLVED>
- Replies: 8
- Views: 3517
Re: VLC, Bullseye, RTSP - not working
I have searched the net for an explanation for this error.
root@live:~# apt install build-dep any-app
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package build-dep
root@live:~#
And most postings/threads I read, to ...
root@live:~# apt install build-dep any-app
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package build-dep
root@live:~#
And most postings/threads I read, to ...
- Tue Mar 07, 2023 8:05 am
- Forum: DebianDogs
- Topic: VLC, Bullseye, RTSP - not working <SOLVED>
- Replies: 8
- Views: 3517
Re: VLC, Bullseye, RTSP - not working
I know it is out of my depth.
I setup a fresh Bullseye with headers, and I attempted to compile VLC following the guide in videolan wiki.
I tried both the Debian and Contrib methods - starting fresh each time.
Each time the compile failed, I managed to progress by installing what was missing (meson ...
I setup a fresh Bullseye with headers, and I attempted to compile VLC following the guide in videolan wiki.
I tried both the Debian and Contrib methods - starting fresh each time.
Each time the compile failed, I managed to progress by installing what was missing (meson ...
- Tue Mar 07, 2023 7:50 am
- Forum: DebianDogs
- Topic: VLC, Bullseye, RTSP - not working <SOLVED>
- Replies: 8
- Views: 3517
Re: VLC, Bullseye, RTSP - not working
... this one.
https://forum.puppylinux.com/viewtopic.php?p=75152&hilit=vlc+rtsp#p75152
I downloaded
http://smokey01.com/OscarTalks/vlc-3.0.18-x86_64-fossa.pet
I extracted this .pet.
I don't know how to use it in Bullseye/Sid/Bookworm or if it's even possible.
I can see that this OscarTalks ...
https://forum.puppylinux.com/viewtopic.php?p=75152&hilit=vlc+rtsp#p75152
I downloaded
http://smokey01.com/OscarTalks/vlc-3.0.18-x86_64-fossa.pet
I extracted this .pet.
I don't know how to use it in Bullseye/Sid/Bookworm or if it's even possible.
I can see that this OscarTalks ...
- Sun Mar 05, 2023 2:52 am
- Forum: DebianDogs
- Topic: VLC, Bullseye, RTSP - not working <SOLVED>
- Replies: 8
- Views: 3517
Re: VLC, Bullseye, RTSP - not working
I can tell you that VLC needs to be compiled with live555 libraries installed so that the live555 plugin gets created and included at build time.
It is an optional dependency, but without it there will be no RTSP support
Hi OscarTalks ,
Yes, I gathered live555 was the lib removed, due to the 'legal ...
- Sun Mar 05, 2023 2:20 am
- Forum: DebianDogs
- Topic: VLC, Bullseye, RTSP - not working <SOLVED>
- Replies: 8
- Views: 3517
Re: VLC, Bullseye, RTSP - not working
Hello dcung,
I have some experience with compiling VLC, but unfortunately I tend to forget details after a while.
I can tell you that VLC needs to be ... time.
It is an optional dependency, but without it there will be no RTSP support
There may be other issues. Some people find that the firewall ...
I have some experience with compiling VLC, but unfortunately I tend to forget details after a while.
I can tell you that VLC needs to be ... time.
It is an optional dependency, but without it there will be no RTSP support
There may be other issues. Some people find that the firewall ...
- Sun Mar 05, 2023 12:30 am
- Forum: DebianDogs
- Topic: VLC, Bullseye, RTSP - not working <SOLVED>
- Replies: 8
- Views: 3517
VLC, Bullseye, RTSP - not working <SOLVED>
During OS hopping, I noticed that I can not stream RTSP in Bullseye and also Sid, (and probably Bookworm? have not tried yet).
It works in StretchDog/BusterDog (up to older VLC 3.0.17)
root@live:~# vlc
VLC media player 3.0.18 Vetinari (revision 3.0.13-8-g41878ff4f2)
[00005613960c7170] vlcpulse audio ...
It works in StretchDog/BusterDog (up to older VLC 3.0.17)
root@live:~# vlc
VLC media player 3.0.18 Vetinari (revision 3.0.13-8-g41878ff4f2)
[00005613960c7170] vlcpulse audio ...
- Sun Feb 05, 2023 12:00 am
- Forum: DebianDogs
- Topic: VLC - Fine tuning command line
- Replies: 5
- Views: 633
VLC - Fine tuning command line
I use VLC to view/stream security cameras on one of my PC (BusterDog).
I browsed the net reading other people's experiences (also happy to get Fred's ... my need.
And I put it in startup.
QT_SCALE_FACTOR=1.6 vlc --no-audio rtsp://xxxxxx/ch01 --qt-start-minimized
On locations where the WiFi signal ...
I browsed the net reading other people's experiences (also happy to get Fred's ... my need.
And I put it in startup.
QT_SCALE_FACTOR=1.6 vlc --no-audio rtsp://xxxxxx/ch01 --qt-start-minimized
On locations where the WiFi signal ...
- Thu Dec 29, 2022 10:05 am
- Forum: VoidPup
- Topic: VoidPup32 and VoidPup64 Discussion
- Replies: 368
- Views: 96254
Re: VoidPup32 and VoidPup64 Discussion
... and use, but others are welcome to inspect and test them. In vlc I added live555 for rtsp support. With audacious and guvcview I have compiled with rpath set. This enables location of all the private runtime libraries in a directory where they can never conflict with other programs. It ...
- Tue Dec 13, 2022 5:42 pm
- Forum: Fossapup64
- Topic: Fossa64 Which VLC?
- Replies: 18
- Views: 1668
Re: Fossa64 Which VLC?
... and installed your pet. It appears to open local files fine however, rtsp streams fail to connect. Just a bouncing progress bar. I do see however ... I followed these directions https://ourtechroom.com/tech/location-of-vlc-log-files/
All I seem to get is this.
-- logger module started --
main ...
All I seem to get is this.
-- logger module started --
main ...
- Mon Dec 12, 2022 5:14 pm
- Forum: Fossapup64
- Topic: Fossa64 Which VLC?
- Replies: 18
- Views: 1668
Re: Fossa64 Which VLC?
... the executable in /usr/local/bin so make sure you don't have any /usr/bin/vlc still lingering.
I would not expect most of those other builds to support RTSP because FossaPup does not ship with the live555 libraries so you have to make a point of adding them (as I did with this one) if compiling in ...
I would not expect most of those other builds to support RTSP because FossaPup does not ship with the live555 libraries so you have to make a point of adding them (as I did with this one) if compiling in ...
- Mon Dec 12, 2022 2:18 pm
- Forum: Fossapup64
- Topic: Fossa64 Which VLC?
- Replies: 18
- Views: 1668
Re: Fossa64 Which VLC?
... I have installed, 3.0.12, Any stream link I have encountered is a no-go.
VLC could not connect to "wowzaec2demo.streamlock.net:554".
Your input can't be opened:
VLC is unable to open the MRL 'rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mp4'. Check the log for details.
I tried it with ...
VLC could not connect to "wowzaec2demo.streamlock.net:554".
Your input can't be opened:
VLC is unable to open the MRL 'rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mp4'. Check the log for details.
I tried it with ...
- Sun Dec 11, 2022 8:01 pm
- Forum: Fossapup64
- Topic: Fossa64 Which VLC?
- Replies: 18
- Views: 1668
Re: Fossa64 Which VLC?
... think I will try the 3.0.12 you suggested.
I have had a go at compiling VLC-3.0.18 in FossaPup and I have tried to include live555 support.
Perhaps you would be willing to test it and let me know if it works with your RTSP stream?
I see that there are settings in Preferences > Input/Codecs relating ...
I have had a go at compiling VLC-3.0.18 in FossaPup and I have tried to include live555 support.
Perhaps you would be willing to test it and let me know if it works with your RTSP stream?
I see that there are settings in Preferences > Input/Codecs relating ...
- Sat Dec 10, 2022 9:02 pm
- Forum: Fossapup64
- Topic: Fossa64 Which VLC?
- Replies: 18
- Views: 1668
Re: Fossa64 Which VLC?
On VLC I tried several formats for the link and got the standard cannot open rtsp stream error. Again the version I ran in wine worked fine.
I believe that for RTSP, VLC needs to be compiled with live555 support. FossaPup does not have this as standard and with many of my VLC builds I try to stick to ...
I believe that for RTSP, VLC needs to be compiled with live555 support. FossaPup does not have this as standard and with many of my VLC builds I try to stick to ...
- Sat Dec 10, 2022 1:13 pm
- Forum: Fossapup64
- Topic: Fossa64 Which VLC?
- Replies: 18
- Views: 1668
Re: Fossa64 Which VLC?
... for my bee hives that I can pull up fine on smplayer with mpv. It is an rtsp stream with username and password. I was hoping to be able to cast live video to the web for a couple friends. On VLC I tried several formats for the link and got the standard cannot open rtsp stream error. Again the version ...
- Mon May 30, 2022 8:21 pm
- Forum: Browsers and Internet
- Topic: Google-Chrome 'portable' 64-bit browser - (with updater!)
- Replies: 298
- Views: 131642
Re: Google-Chrome 'portable' 64-bit browser - (with updater!)
... work with other media software.
Zoneminder could do it and produce an RTSP stream that other apps can capture, but that sounds like extreme overkill.
Possibly using the ZM idea, instead stream the webcam with VLC and use that invert tool. Might be able to capture the stream in a 3rd party app.
Zoneminder could do it and produce an RTSP stream that other apps can capture, but that sounds like extreme overkill.
Possibly using the ZM idea, instead stream the webcam with VLC and use that invert tool. Might be able to capture the stream in a 3rd party app.
- Wed Oct 06, 2021 10:52 pm
- Forum: DebianDogs
- Topic: Zoneminder install in BusterDog
- Replies: 13
- Views: 1939
Zoneminder install in BusterDog
... com/Debian_10_Buster_with_Zoneminder_1.36.x_from_ZM_Repo
I can use VLC to see live view of channels of the NVR.
rtsp://user:mypassword@ip-address:554/ch01/1
I have tried to add in Zoneminder (it says v1.36.7), but so far have not been able to see anything. I don't know if I do the config ...
I can use VLC to see live view of channels of the NVR.
rtsp://user:mypassword@ip-address:554/ch01/1
I have tried to add in Zoneminder (it says v1.36.7), but so far have not been able to see anything. I don't know if I do the config ...
- Fri Jun 11, 2021 3:04 pm
- Forum: Users
- Topic: Fun with Imou Bullet 2C wifi camera
- Replies: 15
- Views: 2443
Re: Fun with Imou Bullet 2C wifi camera
... Long story short, (As Possible) ;)
The camera streams fine, it is my VLC vetarini that isn't working."satip error: Failed to setup RTSP session" Dragged a link to MVP and there it is. Tried it on my wife's computer and got the same results.
I downloaded and burned a copy of your Tahr with ...
The camera streams fine, it is my VLC vetarini that isn't working."satip error: Failed to setup RTSP session" Dragged a link to MVP and there it is. Tried it on my wife's computer and got the same results.
I downloaded and burned a copy of your Tahr with ...