Search found 5 matches

Go to advanced search

by Daniel Ceregatti
03 Sep 2014 20:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Problem with v4l2 on latest Mint 17/Ubuntu 14
Replies: 6
Views: 2023

Re: Problem with v4l2 on latest Mint 17/Ubuntu 14

After more research, I came upon this: https://trac.videolan.org/vlc/ticket/10378 My streaming script now works. Here it is: #!/bin/bash # Ensure the time shows up properly export TZ=PST8PDT VERBOSE="" # -vvv USER=************** PASS=************** PORT=8086 MUX="ts{use-key-frames}&qu...
by Daniel Ceregatti
30 Jul 2014 22:13
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Problem with v4l2 on latest Mint 17/Ubuntu 14
Replies: 6
Views: 2023

Re: Problem with v4l2 on latest Mint 17/Ubuntu 14

Except the problem still exists if I only do this: vlc v4l2:///dev/v4l/bttv_0:input=1:standard=0:width=320:height=240 Log: [0x7c2118] main libvlc debug: VLC media player - 2.1.5 Rincewind [0x7c2118] main libvlc debug: Copyright © 1996-2014 the VideoLAN team [0x7c2118] main libvlc debug: revision 2.1...
by Daniel Ceregatti
30 Jul 2014 20:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Problem with v4l2 on latest Mint 17/Ubuntu 14
Replies: 6
Views: 2023

Re: Problem with v4l2 on latest Mint 17/Ubuntu 14

Ok, here's a simpler example: vlc -vvv v4l2:///dev/v4l/bttv_0:input=1:width=320:height=240:standard=0 --sout '#transcode{venc=x264{keyint=1,profile=main},vcodec=h264,vb=2000}:std{access=http{mime=video/mp4},mux=ts{use-key-frames},dst=:8086/}' This example uses the bttv device, which is the device th...
by Daniel Ceregatti
30 Jul 2014 08:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Problem with v4l2 on latest Mint 17/Ubuntu 14
Replies: 6
Views: 2023

Problem with v4l2 on latest Mint 17/Ubuntu 14

Hi, I've had a vlm file that's been working for a very long time in Linux Mint 15. I believe Mint 15 was based off Ubuntu 12. The vlm creates a mosaic of 6 vl42 devices which use 3 separate hardware devices and hence 3 different drivers. One device is a 4 port card. This had been working fine until ...
by Daniel Ceregatti
30 Jul 2014 07:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC + TV tuner
Replies: 5
Views: 1800

Re: VLC + TV tuner

I'm experiencing the same problem and I doubt it's a device driver issue. Granted, the change seems tied to an upgraded Linux kernel, but other v4l2 apps, such as xawtv and mplayer, continue to work properly when using v4l2 devices. I can only conclude it's something the vlc vl42 module isn't accoun...

Go to advanced search