Open vivek40 opened 10 years ago
Hi, vivek40
If I'm not wrong, that code was tested using Google Glass version XE12 (Android 4.0.3 vs current kitkat). That version worked fine under 4.0.3 as such, but, a lot of changes has been done on Glass, so be sure that version will not be compatible with current releases of Google Glass. If have some free time I'll take a view, but I cannot promise anything.
We drop out the way of getting live stream through Glass, now we are using webrtc (still in development), you can get further information on http://www.mundoglass.es/?lang=en
Regards...
2014-08-12 13:13 GMT+02:00 vivek40 notifications@github.com:
I tried to run this through my google glass, am successfully getting the initial MUNDO Glass screen. On clicking it, after some secs, the app is crashed and here is the log
java.lang.IllegalStateException at android.media.MediaCodec.dequeueOutputBuffer(Native Method) at net.majorkernelpanic.streaming.rtp.MediaCodecInputStream.read(MediaCodecInputStream.java:75) at net.majorkernelpanic.streaming.rtp.AACLATMPacketizer.run(AACLATMPacketizer.java:88) at java.lang.Thread.run(Thread.java:841)
This is printed indefinitely and am not able to exit the app. Am i missing something?
Please help me.
— Reply to this email directly or view it on GitHub https://github.com/andermaco/GlassStream/issues/1.
Hi Ander,
Thank you for your immediate response. Yes i tried running this source code in the latest Google Glass version XE19.1.
Do let me know if you fix this problem.
Thank You.
On Tue, Aug 12, 2014 at 5:09 PM, Ander notifications@github.com wrote:
Hi, vivek40
If I'm not wrong, that code was tested using Google Glass version XE12 (Android 4.0.3 vs current kitkat). That version worked fine under 4.0.3 as such, but, a lot of changes has been done on Glass, so be sure that version will not be compatible with current releases of Google Glass. If have some free time I'll take a view, but I cannot promise anything.
We drop out the way of getting live stream through Glass, now we are using webrtc (still in development), you can get further information on http://www.mundoglass.es/?lang=en
Regards...
2014-08-12 13:13 GMT+02:00 vivek40 notifications@github.com:
I tried to run this through my google glass, am successfully getting the initial MUNDO Glass screen. On clicking it, after some secs, the app is crashed and here is the log
java.lang.IllegalStateException at android.media.MediaCodec.dequeueOutputBuffer(Native Method) at
net.majorkernelpanic.streaming.rtp.MediaCodecInputStream.read(MediaCodecInputStream.java:75)
at
net.majorkernelpanic.streaming.rtp.AACLATMPacketizer.run(AACLATMPacketizer.java:88)
at java.lang.Thread.run(Thread.java:841)
This is printed indefinitely and am not able to exit the app. Am i missing something?
Please help me.
— Reply to this email directly or view it on GitHub https://github.com/andermaco/GlassStream/issues/1.
— Reply to this email directly or view it on GitHub https://github.com/andermaco/GlassStream/issues/1#issuecomment-51903059.
Vivek C A
I tried to run this through my google glass, am successfully getting the initial MUNDO Glass screen. On clicking it, after some secs, the app is crashed and here is the log
java.lang.IllegalStateException at android.media.MediaCodec.dequeueOutputBuffer(Native Method) at net.majorkernelpanic.streaming.rtp.MediaCodecInputStream.read(MediaCodecInputStream.java:75) at net.majorkernelpanic.streaming.rtp.AACLATMPacketizer.run(AACLATMPacketizer.java:88) at java.lang.Thread.run(Thread.java:841)
This is printed indefinitely and am not able to exit the app. Am i missing something?
Please help me.