Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can ScreamReader windows support for unicast? can ffmpeg's ffplay.exe recieve pcm stream? #204

Open
comsyspro opened this issue Aug 10, 2023 · 0 comments

Comments

@comsyspro
Copy link

comsyspro commented Aug 10, 2023

i want to transmit the scream stream to an unicast ip address through a vpn connection(e.g. to ip address 10.8.0.1 with port 4010). the screamreader (of windows) has only a multicast ip address in the code and i can't see an implementation of unicast support. could you please add unicast support for screamreader on windows platform? in the linux version the scream has the option -u and -p to define the unicast and port address to get the pcm stream.

is it possible to recieve the scream stream by ffmpeg's ffplay.exe? i tried to do fflpay.exe -f u16le -ar 44.1k -ac 2 udp:https://239.255.77.77:4010 and i get a sound stream but with much noise and distortion. so ffplay recieves something but it sounds terrible. can you recieve scream pcm stream with ffmpeg also and if yes which optione have to be chosen?

thanks for further hints form the developers.

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

No branches or pull requests

1 participant