You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thanks for the code and it's very interesting and I tried to use it in centos 6.9 to record udp streaming from tv streamer. And when I used cvlc the command got scheduled but when executed the mp4 file is 1K in size and when I go to root file in mail folder I found this:
Warning: call to srand(1533637320)
Warning: call to rand()
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0xc626b0] inhibit interface error: Failed to connect to the D-Bus session daemon: /bin/dbus-launch terminated abnormally without any error message
[0xc626b0] main interface error: no suitable interface module
[0xcddc70] main interface error: no suitable interface module
[0xc33120] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x7f0ff8003ee0] mux_ps mux: Open
[0xcddce0] [rc] lua interface: Listening on host "*console".
VLC media player 1.1.13 The Luggage
Remote control interface initialized. Type `help' for help.
Error in ' libvlc's "" is not a command Unknown command '. Type `help' for help.
Possible choices are:
? achan add adev alias
atrack chapter chapter_n chapter_p clear
crop description enqueue f F
faster fastforward frame fullscreen get_length
get_time get_title goto help hotkey
info is_playing key license logout
longhelp loop menu next normal
pause play playlist prev quit
random rate repeat rewind save_env
sd search seek set shutdown
slower snapshot sort stats status
stop strack title title_n title_p
vcrop voldown volume volup vratio
vtrack vzoom zoom
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
[0x7f0ff8002b70] main stream error: cannot pre fill buffer
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested shutdown.
Bye-bye!
Shutting down.[0xcddce0] [rc] lua interface: Requested s
I said to my self why not to try with ffmpeg and see!
with ffmpeg is working and recording ...but my issue is with vlc
How to solve this issue please?
is it related to stream?
but when I took my cvlc command and executed manually in my terminal is working fine without any issue.
thanks
The text was updated successfully, but these errors were encountered:
Hi MiczFlor,
First thanks for the code and it's very interesting and I tried to use it in centos 6.9 to record udp streaming from tv streamer. And when I used cvlc the command got scheduled but when executed the mp4 file is 1K in size and when I go to root file in mail folder I found this:
Warning: call to srand(1533637320)
Warning: call to rand()
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0xc626b0] inhibit interface error: Failed to connect to the D-Bus session daemon: /bin/dbus-launch terminated abnormally without any error message
[0xc626b0] main interface error: no suitable interface module
[0xcddc70] main interface error: no suitable interface module
[0xc33120] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x7f0ff8003ee0] mux_ps mux: Open
[0xcddce0] [rc] lua interface: Listening on host "*console".
VLC media player 1.1.13 The Luggage
Remote control interface initialized. Type `help' for help.
I said to my self why not to try with ffmpeg and see!
with ffmpeg is working and recording ...but my issue is with vlc
How to solve this issue please?
is it related to stream?
but when I took my cvlc command and executed manually in my terminal is working fine without any issue.
thanks
The text was updated successfully, but these errors were encountered: