Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
create a "sound" server
#2
You could perhaps start with the ffmpeg tcp procotol documentation. An example is given
Output:
ffmpeg -i input -f format tcp://hostname:port?listen ffplay tcp://hostname:port
It seems that your syntax for 'listen' is not correct and also that you could try listen=2 to allow multiple connections.
Reply


Messages In This Thread
create a "sound" server - by korenron - Sep-20-2022, 02:06 PM
RE: create a "sound" server - by Gribouillis - Sep-20-2022, 03:12 PM
RE: create a "sound" server - by korenron - Sep-22-2022, 06:40 AM
RE: create a "sound" server - by Gribouillis - Sep-22-2022, 07:10 AM
RE: create a "sound" server - by korenron - Sep-28-2022, 11:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to take the tar backup files form remote server to local server sivareddy 0 1,986 Jul-14-2021, 01:32 PM
Last Post: sivareddy

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020