Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

How to run broadcast? #34

Open
JohnMarsden24 opened this issue Aug 25, 2020 · 1 comment
Open

How to run broadcast? #34

JohnMarsden24 opened this issue Aug 25, 2020 · 1 comment

Comments

@JohnMarsden24
Copy link

I've got VLC and its CLI set up but the instructions on the markup aren't that clear to follow for someone new to VLC like me. Reading through the VLC CLI documentation I've got amended the line to run as:

vlc --sout=#duplicate{dst=rtp{dst=127.0.0.1,port=5004,sap,name=sergio},dst=display} --no-sout-audio --sout-video --sout-keep

That opens the playlist box but whenever I drag the .mp4 into there I get an error for the stream chain:

[00007f92c4c0f210] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[00007f92c4f230c0] main playlist: playlist is empty
[00007f92c867c0e0] main stream output error: stream chain failed for `duplicatedst=display'
[00007f92c70340f0] main input error: cannot start stream output instance, aborting

Not familiar with VLC at all so any help is appreciated.

@langorn
Copy link

langorn commented Apr 6, 2021

Hi , i also try to make this things work, and after modifying it for few days.
i figure out some way to make it work.
langorn@2ad3f2d

through ffmpeg , use a rtsp stream and output as rtp stream.
you can pull my branch , and run the ffmpeg command

https://github.com/langorn/media-server-demo-node/blob/master/README.md

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants