Wowza Community

Two speakers one audio stream

What should I do to have two speakers in different pc that convey a single audio stream?

Hi,

Please can you provide more information to what exactly you’re trying to do.

I assume that you’re trying to play a live audio only stream from 2 separate PC’s both in sync with each other?

If that’s the case this can be problematic using HTTP clients, I recommend the playback clients are both RTMP based players as the default chunk sizes are 10 seconds and so the time between any clients playing a live stream can be 10 seconds apart. Reducing the duration of the chunks for that HTTP client will make it more accurate, however if you’re wanting them to play in sync I’d use a RTMP player.

Without more information I’m just guessing as to what it is you’re trying to achieve.

Please be as detailed as possible when describing the workflow you’re wanting.

Jason

Wowza can not mux, or sync separate streams into a single stream.

Perhaps it can be accomplished with xuggler, vlc, or ffmpeg. You may wish to hire a consultant to help build something to achieve this. You can post a request for help in the find a consultant forum

Salvadore

Hi,

Please can you provide more information to what exactly you’re trying to do.

I assume that you’re trying to play a live audio only stream from 2 separate PC’s both in sync with each other?

If that’s the case this can be problematic using HTTP clients, I recommend the playback clients are both RTMP based players as the default chunk sizes are 10 seconds and so the time between any clients playing a live stream can be 10 seconds apart. Reducing the duration of the chunks for that HTTP client will make it more accurate, however if you’re wanting them to play in sync I’ve use a RTMP player.

Without more information I’m just guessing as to what it is you’re trying to achieve.

Please be as detailed as possible when describing the workflow you’re wanting.

Jason

Sorry my english is not the best :frowning:

Yes, I trying to play a live audio only stream from 2 separate PC’s both in sync with each other.

I have an application for webinars that broadcast live audio and i want to have multiples speakers at the same time in the app, it´s possible?

It is a flash application using RTMP

One solution is to have a stream for each speakers and clients must connect to N simultaneous streams to listen in, but I want to know if you can have a single stream for all speakers and listeners.