fyhertz / libstreaming-examples

Some examples of how to use libstreaming
283 stars 231 forks source link

Audio and video streaming at same time #5

Closed Cerezuela closed 10 years ago

Cerezuela commented 10 years ago

Hi, I've problems when I try to send audio and video stream. Usually Wowza server only receives audio stream, but sometimes only receives video, although server always reply 200 to both SETUP calls.

When I send only audio or video streaming it works very well.

The Wowza server version is 3.5.2 build3747.

I've use wireshark to capture the communication and it shows that the data is sent properly.

Do you have any idea how to fix it or a tip to find out the solution?

fyhertz commented 10 years ago

Hi there !

So did you find a solution for your problem ?

Regards, Simon

Cerezuela commented 10 years ago

Yes, it was a problem in my network (University net). I don't know why, but when I work in a 3g connection or in other wifi, it works really great.

Thaks for your work!

Javier