Open GoogleCodeExporter opened 9 years ago
Verify if this is related to issue #41.
Original comment by theinten...@gmail.com
on 14 Oct 2012 at 6:02
[deleted comment]
It does not look like it is related to issue #41 . Issue #41 is fixed and
issue #45 is still there.
I'll provide an example code to generate as soon as possible.
Original comment by marcin.k...@innodia.pl
on 17 Oct 2012 at 12:07
I tried this on Chrome with Flash Player 11.1.102 but failed to reproduce this
issue.
1) Run rtmp.py locally assuming file3.flv exists in the current directory.
2) Use test page http://myprojectguide.org/p/flash-videoio/test.html
3) and set "src" to
rtmp://localhost/myapp?bidirection=true&play=file3&publish=live
I also tried the following. Reload the test.html page in Chrome. Launch the
JavaScript console. Then type the following.
var v = getFlashMovie("video1")
v.setProperty("bidirection", true)
v.setProperty("src", "rtmp://localhost/myapp?publish=live&play=file3")
This also worked when security panel is opened. It played file3 instead of
showing live cam feed.
I changed file3 to live in both cases above, and seemed to work.
Original comment by theinten...@gmail.com
on 17 Oct 2012 at 4:10
Hi Marcin,
In your example code:
self.flashObject.setProperty('src', URL + '?publish={USER1_ID}&play={USER2_ID});
The closing quote ' is missing. Hope this is just a copy paste error in the
comment, but not in your code.
Original comment by theinten...@gmail.com
on 17 Oct 2012 at 4:11
Original issue reported on code.google.com by
theinten...@gmail.com
on 13 Oct 2012 at 5:42