cine-io / cineio-broadcast-android

The cine.io Android Broadcast SDK
https://www.cine.io/products/broadcast
MIT License
52 stars 32 forks source link

CineIOBroadcastActivity crashes on Galaxy S4 & S4 Mini. #20

Closed cadesalaberry closed 9 years ago

cadesalaberry commented 9 years ago

Broadcasting a new stream does not seem to be working (At least on a S4 Mini).

Here is the screencast.

You can check out the application logcat here. From the look of it, the important part is line 99 (16:26:44.636) where it takes 30s to open the output file (some kind of timeout?).

Could it be a server side error ? What could I do to help you solve the problem ?

...
05-01 16:26:44.636    5530-5530/io.cine.example D/ffmpegbridge﹕ opening output url ...
05-01 16:26:44.636    5530-5530/io.cine.example I/ffmpegbridge﹕ Opening output file for writing at path rtmp://publish-sfo1.cine.io/live/X1bEyYg6?go59
05-01 16:27:16.050    5530-5530/io.cine.example E/ffmpegbridge﹕ ERROR: ffmpbr_prepare_stream error -- Unknown error occurred
05-01 16:27:16.050    5530-5530/io.cine.example D/ffmpegbridge﹕ logging (dumping) output_fmt_ctx log ...
...

Edit: Also tested with a Galaxy S4, application logcat available here.

jeffreywescott commented 9 years ago

There was a problem on our publish-sfo1 server -- it's fixed now. Closing.

cadesalaberry commented 9 years ago

Thanks @jeffreywescott !