Bonjour,
Je veux faire de streaming HTTP avec VLC mais j'ai pas reussi
jai lancé dans un shell la commande
root@root-laptop:~$ vlc -vvv /home/s.avi --sout "#transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128}:standard{access=http,mux=ogg,dst=192.168.1.23:8080}"
et j'ai lancé un autre shell:
vlc http://192.168.1.23:8080
Mais l'erreur suivante m’apparaît :
[0xb7402d20] main input error: ES_OUT_RESET_PCR called
[0x9925560] pulse audio output: No. of Audio Channels: 1
[0x9937cf0] main access error: connection failed: Connexion refusée
[0x9937cf0] access_http access error: cannot connect to 192.168.1.23:8080
[0x9937cf0] main access error: connection failed: Connexion refusée
[0x9937cf0] access_mms access error: cannot connect to 192.168.1.23:8080
[0x99408f8] main input error: open of `http://192.168.1.23:8080' failed: (null)
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Aucun fichier ou dossier de ce type
QFileSystemWatcher: failed to add paths: /home/root/.config/ibus/bus
Bus::open: Can not get ibus-daemon's address.
IBusInputContext::createInputContext: no connection to ibus-daemon
donc comment je peux lancer une connesion serveur et une connexion client sur la meme machine pour tester ce streaming
j'ai besoin de l'aide