Skip to content

error using ffplay #288

Answered by lehmann-c
Diyari90 asked this question in Q&A
Jun 24, 2023 · 3 comments · 16 replies
Discussion options

You must be logged in to vote

Just test it as I wrote above:

  1. encode your input and generate a transport stream, e.g.:
    ffmpeg -i <input> -c:v vvc -b:v 2M -preset faster vvc.ts

  2. stream it via tcp client:
    ffmpeg -i vvc.ts -c:v copy -f mpegts tcp://127.0.0.1:11000

  3. receive it by using an tcp server
    ffmpeg -i "tcp://localhost:11000?listen" -vcodec copy -f mpegts output.ts

If that works you can try udp streaming.

Replies: 3 comments 16 replies

Comment options

You must be logged in to vote
1 reply
@Diyari90
Comment options

Comment options

You must be logged in to vote
11 replies
@Diyari90
Comment options

@lehmann-c
Comment options

@Diyari90
Comment options

@lehmann-c
Comment options

Answer selected by Diyari90
@Diyari90
Comment options

@JonnyTech
Comment options

@Diyari90
Comment options

Comment options

You must be logged in to vote
4 replies
@JonnyTech
Comment options

@Diyari90
Comment options

@JonnyTech
Comment options

@Diyari90
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants