Yes, indeed. On my end /storage/.kodi/addons/tools.ffmpeg-tools/bin/ffmpeg -loglevel fatal -i rtp://@232.0.10.234:10000?sources=87.141.215.251 -vcodec copy -acodec copy -metadata service_name=ZDF -metadata service_provider=Magenta -mpegts_service_type advanced_codec_digital_hdtv test.mp4 leads to a nice file which could be viewed, e.g., via vlc.
Posts by FHoevi
-
-
I'm running LibreElec 9.2.0 on an RPi4. I attached a Mobius action cam in Webcam mode which works pretty well on a Win 10 box via VLC.
provides this result:
tells me this:
After typing
I do get this among other things:
Code
Display More[ 5040.070865] usb 1-1.1: new high-speed USB device number 10 using xhci_hcd [ 5040.161264] usb 1-1.1: config 1 interface 0 altsetting 0 bulk endpoint 0x2 has invalid maxpacket 64 [ 5040.161552] usb 1-1.1: New USB device found, idVendor=0603, idProduct=1002, bcdDevice= 0.10 [ 5040.161571] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 5040.161588] usb 1-1.1: Product: Mobius [ 5040.161603] usb 1-1.1: Manufacturer: C-DUTEK [ 5040.165657] uvcvideo: Found UVC 1.00 device Mobius (0603:1002) [ 5040.167773] uvcvideo 1-1.1:1.0: Entity type for entity Processing 4 was not initialized! [ 5040.167797] uvcvideo 1-1.1:1.0: Entity type for entity Selector 3 was not initialized! [ 5040.167817] uvcvideo 1-1.1:1.0: Entity type for entity Camera 1 was not initialized! [ 5040.167843] uvcvideo: Failed to create links for entity 4 [ 5040.167857] uvcvideo: Failed to register entites (-22).
v4l2-ctl produes a meaningful output:
At least to me it seems that something is still not installed properly. Could someone help in this case what could be the next step to get such a device running? This is just a quick test for me, next to this I'd like to use another USB camera device.
Any hints would be highly welcome.
-
Deleted, thanks for notifying, I opened a new thread.
-
Enable FFmpeg Tools first (program addons), then add a MUX to TVHeadend Server via the web interface like this (URL should read like this):
pipe:///storage/.kodi/addons/tools.ffmpeg-tools/bin/ffmpeg -loglevel fatal -i rtp://@232.0.10.234:10000?sources=87.141.215.251 -vcodec copy -acodec copy -metadata service_name=ZDF -metadata service_provider=Magenta -mpegts_service_type advanced_codec_digital_hdtv -f mpegts pipe:1.
-
Dear all,
I'm using LibreELEC 9.0.2 on two RPi3s, same setup with only one difference: One is playing audio via ALSA, the other via PULSE. On the former, Librespot is playing directly to sysdefault card via ALSA with no user mode switched on. Anything works well if I choose this output device on my mobile with Spotify app running. On the latter, Librespot is configured to play via "Kodi" output mode with no user mode either, it could be found as valid output device if nothing else is currently playing. First, it shows up with a different symbol (screen icon instead of loudspeaker icon) in Spotify app, second, if I try to switch to it, the app switches indeed, but only for a very short time and then switches back to the mobile device itself. "journalctl -u service.librespot" just tells me that the service is stopped after successful authentication with my spotify credentials. The other RPi using ALSA tells me instead that tracks are loaded and played successfully at the same place of the log dump.
Thus it seems as if PULSE output is causing this problem. Does someone have similar issues?
Best
-
I use pulseaudio for sound output on an RPi3 and when running under 'regular' raspbian I can use a couple of pactl commands to configure my setup. One of those commands is "pactl set-port-latency-offset CARD PORT OFFSET". Unfortunately this command does not work on LibreELEC, at least not in my case. In contrast, on a plain raspbian installation it does work. What do I have to do to make this command work under LibreELEC?
I have to adjust this latency parameter to get audio and video in sync while distributing it via a pulseaudio fifo file sink and snapcast.
Any hints are welcome.