selvinEduardo / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Reconnect problem on Android #332

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. I execute RecordActivity.java in sample program
2. First, I was started Wowza server and push start button in sample program of 
android 
3. It is completely playing camera of android seeing streaming movie
4. And then, I push stop button and push start button for restart
5. That time, I was detected to error broken file name(Stream name) from Wowza 
server

I just coding below

private String ffmpeg_link = "rtmp://serverIP:1935/live/test.flv";
recorder = new FFmpegFrameRecorder(ffmpeg_link, imageWidth, imageHeight, 1);

Wowza server showed stream name "(broken character)test"
For example
[¶→test]

I have been testing every times 
That result same.

Of course Wowza Server is no problem.

How can I do it?

Original issue reported on code.google.com by webta...@korea.com on 3 Jul 2013 at 1:13

GoogleCodeExporter commented 9 years ago
Well, there may be bugs in there. Restarting a stream is quite tricky. If you 
figure out how to make it work nicely, please let us know. We'll put the fix 
back in the sample file, thanks!

Original comment by samuel.a...@gmail.com on 7 Jul 2013 at 1:35