fyhertz / libstreaming

A solution for streaming H.264, H.263, AMR, AAC using RTP on Android
Apache License 2.0
3.49k stars 1.08k forks source link

Green screen on WOWZA JWPlayer #160

Open ghost opened 8 years ago

ghost commented 8 years ago

In VideoQuality.java file, I changed resolution to little high but when I stream, It's showing complete green screen on WOWZA. public final static VideoQuality DEFAULT_VIDEO_QUALITY = new VideoQuality(480,360,20,400000); //default: 176,144,20,500000 (With this resolution, it works perfectly, but quality is too bad.) I tested on Nexus 5.

I tried many combinations of resolution, but no luck. Even these links din't help: https://github.com/fyhertz/libstreaming/issues/48 https://github.com/fyhertz/libstreaming/pull/61 https://github.com/fyhertz/libstreaming/issues/63 https://github.com/fyhertz/libstreaming/issues/68