Paul Gregoire
Paul Gregoire
I get this error when changing a single line in your index.html ``` javascript var socket = io(); ``` to ``` javascript var socket = new WebSocket('ws://192.168.1.174:10080/mcu'); ``` I am...
I'm experiencing an issue passing NALU and ADTS data to the `FragmentedMp4Writer` wherein the resulting mp4 is basically unusable; no displayed video and audio is played back in "blips". I've...
I want to write some UDP packets to a file, I do not want to hook into any network interfaces or stdin. I've tried a number of different variations of...
_From @GoogleCodeExporter on March 15, 2015 16:59_ ``` What steps will reproduce the problem? 1. have handy an h.264/aac encoded video 2. create a SimplePlayItem via SimplePlayItem.build(...), and add it...
_From @GoogleCodeExporter on March 15, 2015 17:0_ ``` On red5 buids up to r4283, the AttributeStore of scopes was being persisted to the file system for Attributes that don't start...
_From @GoogleCodeExporter on March 15, 2015 16:59_ ``` What steps will reproduce the problem? 1. I start recording. 2. RTMP streams works great. 3. Complete records. 4. Try to preview...
_From @GoogleCodeExporter on March 15, 2015 16:54_ ``` What steps will reproduce the problem? 1. Connect to deep scope ('youarpp/room1/room2') 2. Create persistent SharedObject in this scope 3. Send custom...
_From @GoogleCodeExporter on March 15, 2015 17:2_ ``` I have a question. I can play live schedule on Wowza Media Server with streamschedule.smil have content: Can I do this on...
_From @GoogleCodeExporter on March 15, 2015 17:2_ ``` What steps will reproduce the problem? 1.create ServerStream via StreamUtils.createServerStream(app,"webtv") on server side in method appStart 2.create SimplePlayItem via SimplePlayItem.build("mp4:1.mp4") and added...