ich habe keinen entsprechenden Thread gefunden und im Wiki fand ichs irgendwie unpassend.
Nachdem ich gestern meine Netzwerkkamera (Ubiquiti G3 Dome) bekommen habe, hab ich mich ans Werk gemacht um den rtsp stream in einen mjpeg stream umzuwandeln.
Gibt ja hierfür einen tollen Wiki Artikel.
Nachdem es für den Loxberry noch kein entsprechend adaptiertes Plugin gibt wollte ich den manuellen Weg gehen. Leider gelingt es mir nicht mich auf meinem virtuellen Loxberry per root oder loxberry user anzumelden. kA warum.
Also habe ich mir kurzerhand eine neue VM - CentOS 7 minimal - erstellt und dort (nach einiger Recherche) vlc installiert.
Ich bekomms aber irgendwie nicht zum laufen.
Kommado:
cvlc -I dummy -v -R rtsp://10.0.0.24:554/s0 --sout='#transcode{threads=2,acodec=none,vcodec=MJPG ,vb=1500,width=1024,height=576,fps=30}:standard{mu x=mpjpeg,access=http{user=stream,pwd=stream,mime=m ultipart/x-mixed-replace; boundary=--7b3cc56e5f51db803f790dad720ed50a},dst=:8080/cam.mjpg}' --sout-keep
Folgende Meldung wird ausgespuckt:
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[00000000024cc4e8] pulse audio output error: PulseAudio server connection failure: Verbindung verweigert
[00000000024eec48] core interface error: no suitable interface module
[00000000023dd118] core libvlc error: interface "globalhotkeys,none" initialization failed
[00000000024eec48] dbus interface error: Failed to connect to the D-Bus session daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[00000000024eec48] core interface error: no suitable interface module
[00000000023dd118] core libvlc error: interface "dbus,none" initialization failed
[00000000024eec48] dummy interface: using the dummy interface module...
Unable to determine our source address: This computer has an invalid IP address: 0.0.0.0
Unable to determine our source address: This computer has an invalid IP address: 0.0.0.0
Unable to determine our source address: This computer has an invalid IP address: 0.0.0.0
Unable to determine our source address: This computer has an invalid IP address: 0.0.0.0
[00007f8b904c9868] stream_out_transcode stream out error: cannot find audio encoder (module:any fourcc:none). Take a look few lines earlier to see possible reason.
[00007f8b904c9868] stream_out_transcode stream out error: cannot create audio chain
[00007f8b9050aae8] core decoder error: cannot create packetizer output (mp4a)
Hat jemand eine Idee was ich falsch mache?
Danke!
Kommentar