[1] MLD-5.x / Systems / x86 Systeme (PC) / 5.4 testing - iptv-Problem
 

Offline presskopf

  • Newbie
  • *
  • Posts: 10
    • View Profile
5.4 testing - iptv-Problem
« on: March 23, 2019, 22:36:31 »
Hmmm, ich hatte das IPTV mal am Laufen.
Jetzt nach der Neuinstallation habe ich meine Problemchen. Folgendes Setup habe ich:

Ich packe alles in eine channels.conf; mit diesen Einträgen teste ich:
Alex-Berlin;IPTV:1:S=0|P=0|F=EXT|U=vlc2iptv|A=1:I:0:2=2:3=@4:0:0:7:0:0:0
cctv221;IPTV:11:S=0|P=0|F=EXT|U=vlc2iptv|A=11:I:0:2=2:3=@4:0:0:7:0:0:0
cctv207;IPTV:20:S=0|P=0|F=EXT|U=vlc2iptv|A=20:I:0:2=2:3=@4:0:0:7:0:0:0

Code: [Select]
presskopf> cat /etc/vdr/plugins/iptv/channels/Alex-Berlin.conf
URL="http://alex-stream.rosebud-media.de:1935/live/alexlivetv.smil/hasbahca.m3u8"

presskopf> cat /etc/vdr/plugins/iptv/channels/cctv221.conf
URL="http://blah:blub@192.168.0.221/cgi-bin/jpg/image.cgi"

presskopf> cat /etc/vdr/plugins/iptv/channels/cctv207.conf
URL="http://192.168.0.207:8080/?action=stream"

Im vdr-Log finde ich bei schwarzem Bild nun:

Code: [Select]
[0000560fd5794190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/services_discovery/libmicrodns_plugin.so
[0000560fd5794190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/services_discovery/libxcb_apps_plugin.so
[0000560fd5794190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/services_discovery/libmediadirs_plugin.so
[0000560fd5794190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/services_discovery/libudev_plugin.so
.
.
.
.
[0000560fd5794190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/mux/libmux_asf_plugin.so
[0000560fd5794190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/mux/libmux_ps_plugin.so
[0000560fd5794190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/mux/libmux_ogg_plugin.so
Failed to create secure directory (/home/user/.config/pulse): Permission denied
[0000560fd5821ab0] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[0000560fd59a8fd0] dbus interface error: Failed to connect to the D-Bus session daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[0000560fd59a8fd0] main interface error: no suitable interface module
[0000560fd5794190] main libvlc error: interface "dbus,none" initialization failed
[0000560fd5989d20] main interface error: no suitable interface module
[0000560fd5794190] main libvlc error: interface "globalhotkeys,none" initialization failed
[0000560fd5989d20] dummy interface: using the dummy interface module...
[00007f8978013f40] adaptive demux: Encountered discontinuity
[00007f89780117f0] mpeg4audio decoder: AAC channels: 2 samplerate: 48000
[mpeg2video encoder @ 0x7f897c0a9a40] [Eval @ 0x7f8985e4edf0] Invalid chars '.0' at the end of expression '1.0'
[mpeg2video encoder @ 0x7f897c0a9a40] Unable to parse option value "1.0"
[mpeg2video encoder @ 0x7f897c0a9a40] Error setting option qsquish to value 1.0.
[00007f897c0018f0] avcodec encoder error: cannot open mp2v video encoder
[00007f897c0018f0] main encoder error: Streaming / Transcoding failed
[00007f897c0018f0] main encoder error: VLC could not open the mp2v video encoder.
[00007f8978005060] stream_out_transcode stream out error: cannot find video encoder (module:any fourcc:mp2v). Take a look few lines earlier to see possible reason.
[00007f8978005060] stream_out_transcode stream out error: cannot create video chain
[00007f897800d040] main decoder error: cannot create packetizer output (h264)
[00007f897800d040] main decoder error: buffer deadlock prevented
[00007f8978008930] mpeg4audio decoder: AAC channels: 2 samplerate: 48000
Slot 1: ==> Ca Pmt (1) 4 1

Habe ich nur etwas profanes vergessen?
Jemand eine Idee?
mld 5.4 testing auf Athlon II X3 420e + GT 1030 passiv -> Onkyo TX-RZ 830 -> LG 65C7D

Offline baltic

  • MLD-Debugger
  • Expert Member
  • *****
  • Posts: 724
    • View Profile
5.4 testing - iptv-Problem
« Reply #1 on: March 24, 2019, 10:05:01 »
Hallo,

wenn ich die Logs richtig interpretiere,  soll die Ausgabe über den VLC erfolgen, der so eingestellt zu sein scheint, dass er Ton mittels puls verarbeitet.

In einer MLD-Standardinstallation ist aber imho kein pulse vorhanden, es wird alsa verwendet (oder hat sich da was geändert?). Deshalb crashed die Sache.
Mache mal ein

apt search pulse

auf der Konsole. Dann weißt Du, was installiert ist und was Du nachziehen könntest. Oder Du konfigurierst das VLC-Plugin um.

Gruß
baltic
MLD 5.5 – unstable  Asus M3N78-EM  SkyStar2

Offline presskopf

  • Newbie
  • *
  • Posts: 10
    • View Profile
5.4 testing - iptv-Problem
« Reply #2 on: March 24, 2019, 10:47:36 »
Aha!
Ja, pulse ist nicht installiert. Des weiß ich ohne zu gucken.
Ich hatte das früher mal drin, dann aber beim VDR Probleme mit dem Alsa-Ton.
Muss der VLC das zwingend über Pulse machen?
mld 5.4 testing auf Athlon II X3 420e + GT 1030 passiv -> Onkyo TX-RZ 830 -> LG 65C7D

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20120
    • View Profile
    • ClausMuus.de
5.4 testing - iptv-Problem
« Reply #3 on: March 24, 2019, 12:47:11 »
Der vlc wird zwar nur zum Konvertieren verwendet, und braucht daher auch keine Audio Ausgabe. Nichts desto trotz benötigt er wohl den Ordner /home/user/.config/pulse, der aber nicht angelegt werden kann.
Erstelle mal den Ordner auf der Konsole und setze die nötigen Rechte. Zuvor mach mal Bitte ein "ls -al /home/user/.config" und poste hier die Ausgabe.
Code: [Select]
mkdir -p /home/user/.config/pulse
chmod +rwx /home/user/.config/pulse
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20120
    • View Profile
    • ClausMuus.de
5.4 testing - iptv-Problem
« Reply #4 on: March 24, 2019, 13:02:53 »
Alternativ kannst Du auch das neue unstable vlc Paket nehmen. testing folgt in ner Stunde.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline presskopf

  • Newbie
  • *
  • Posts: 10
    • View Profile
5.4 testing - iptv-Problem
« Reply #5 on: March 24, 2019, 17:10:21 »
Nach apt upgrade kommt das Bild leider immer noch nicht.

tail -n40 /var/log/vdr:
Code: [Select]
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/access/liblibbluray_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/access/libtcp_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/access/libattachment_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/access/libdsm_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/access/libaccess_alsa_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/access/libdtv_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/access/libpulsesrc_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/access/libsftp_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/access/libaccess_realrtsp_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/access/libdvb_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/access/libsdp_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/access/libaccess_mtp_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/access/libcdda_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/access/libudp_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/mux/libmux_avi_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/mux/libmux_dummy_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/mux/libmux_mpjpeg_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/mux/libmux_wav_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/mux/libmux_ts_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/mux/libmux_mp4_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/mux/libmux_asf_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/mux/libmux_ps_plugin.so
[000055d26ea38190] main libvlc error: stale plugins cache: modified /usr/lib/x86_64-linux-gnu/vlc/plugins/mux/libmux_ogg_plugin.so
[000055d26eac5ab0] vlcpulse audio output error: PulseAudio server connection failure: Connection refused
[000055d26ec4cfd0] dbus interface error: Failed to connect to the D-Bus session daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[000055d26ec4cfd0] main interface error: no suitable interface module
[000055d26ea38190] main libvlc error: interface "dbus,none" initialization failed
[000055d26ec32c50] main interface error: no suitable interface module
[000055d26ea38190] main libvlc error: interface "globalhotkeys,none" initialization failed
[000055d26ec32c50] dummy interface: using the dummy interface module...
[mpeg2video encoder @ 0x7fabfc003180] [Eval @ 0x7fac0cba7df0] Invalid chars '.0' at the end of expression '1.0'
[mpeg2video encoder @ 0x7fabfc003180] Unable to parse option value "1.0"
[mpeg2video encoder @ 0x7fabfc003180] Error setting option qsquish to value 1.0.
[00007fabfc000f50] avcodec encoder error: cannot open mp2v video encoder
[00007fabfc000f50] main encoder error: Streaming / Transcoding failed
[00007fabfc000f50] main encoder error: VLC could not open the mp2v video encoder.
[00007fac00005060] stream_out_transcode stream out error: cannot find video encoder (module:any fourcc:mp2v). Take a look few lines earlier to see possible reason.
[00007fac00005060] stream_out_transcode stream out error: cannot create video chain
[00007fac000174d0] main decoder error: cannot create packetizer output (RV24)
[00007fac000174d0] main decoder error: buffer deadlock prevented

Die Pulse-Geschichte ist weg.
Liegt es vielleicht am ffmpeg oder habe ich doch irgendwo ein Blödsinn konfiguriert?
mld 5.4 testing auf Athlon II X3 420e + GT 1030 passiv -> Onkyo TX-RZ 830 -> LG 65C7D

Offline baltic

  • MLD-Debugger
  • Expert Member
  • *****
  • Posts: 724
    • View Profile
5.4 testing - iptv-Problem
« Reply #6 on: March 24, 2019, 23:42:17 »
Versuche es mal mit

apt-get update && apt-get dist-upgrade

Oder verwende das Web-IF von einem anderen Rechner aus. Das erledigt dann alles.
MLD 5.5 – unstable  Asus M3N78-EM  SkyStar2

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20120
    • View Profile
    • ClausMuus.de
5.4 testing - iptv-Problem
« Reply #7 on: March 25, 2019, 09:03:08 »
Ich vermute, dass das vlc in der aktuellen Version eine geänderte Konfiguration benötigt, z.B. um die Suche nach puls abzuschalten. Ich wer's mir die nächsten Tage mal anschauen.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline presskopf

  • Newbie
  • *
  • Posts: 10
    • View Profile
5.4 testing - iptv-Problem
« Reply #8 on: March 27, 2019, 20:45:18 »
apt-get update && apt-get dist-upgrade

Danke, aber da tut sich nix neues auf.
mld 5.4 testing auf Athlon II X3 420e + GT 1030 passiv -> Onkyo TX-RZ 830 -> LG 65C7D

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20120
    • View Profile
    • ClausMuus.de
5.4 testing - iptv-Problem
« Reply #9 on: March 30, 2019, 18:46:23 »
Ich habe den verwendeten Codec auf h264 geändert, da für vlc kein mpeg2 Encoder mehr dabei ist.
Das braucht jetzt zwar erheblich mehr Rechenleistung, funktioniert bei mir aber.
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

[1] MLD-5.x / Systems / x86 Systeme (PC) / 5.4 testing - iptv-Problem
 



Users Online Users Online

0 Members and 1 Guest are viewing this topic.