Hello,
I want to record twitch stream with vlc (or any another program) from my Cent OS server console. When I run:
vlc stream_user_url ----sout=file/ps:filename.mpg
example:
cvlc http://www.twitch.tv/pughydude --sout=file/ps:starcraft.mpg
VLC stop with error:
VLC media player 1.1.13 The Luggage (revision exported)
Warning: call to srand(1416594542)
Warning: call to rand()
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x9cd9abc] inhibit interface error: Failed to connect to the D-Bus session daemon: /bin/dbus-launch terminated abnormally with the following error: Autolaunch error: X11 initialization failed.
[0x9cd9abc] main interface error: no suitable interface module
[0x9e4c284] main interface error: no suitable interface module
[0x9ccb1e4] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x9e4c284] dummy interface: using the dummy interface module...
[0xb6c0230c] mux_ps mux: Open
[0xb6c0230c] mux_ps mux: Close
Here is debug mode error:
[0xb6a0234c] main mux debug: removing module "mux_ps"
[0xb6a02074] access_output_file access out debug: file access output closed
[0xb6a02074] main access out debug: removing module "access_output_file"
[0xb6a00aa4] main stream out debug: removing module "stream_out_standard"
[0xb6a00aa4] main stream out debug: destroying chain done
[0xb6c0067c] main input debug: thread ended
[0xb6c0067c] main input debug: TIMER input launching for 'http://www.twitch.tv/pughydude' : 1215.413 ms - Total 1215.413 ms / 1 intvls (Avg 1215.413 ms)
[0x87db4ac] main playlist debug: changing item without a request (current 0/1)
[0x87db4ac] main playlist debug: nothing to play
Any suggestions?