Closed
Bug 864552
Opened 12 years ago
Closed 12 years ago
Trying to load https://apprtc.appspot.com on a Galaxy S3 fails to load the camera stream with WebRTC config prefs set
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jsmith, Unassigned)
Details
(Whiteboard: [getUserMedia][android-gum+][blocking-gum-])
Attachments
(1 file)
19.16 KB,
text/plain
|
Details |
Device: Galaxy S3
Build: Nightly 4/22
STR:
1. Enable media.navigator.enabled, media.peerconnection.enabled, and media.navigator.permission.enabled to true
2. Go to https://apprtc.appspot.com
Expected:
Your camera stream should start playing from your device.
Actual:
My camera stream will not play from my device.
Reporter | ||
Updated•12 years ago
|
Whiteboard: [getUserMedia][android-gum+]
Reporter | ||
Updated•12 years ago
|
Summary: Trying to load https://apprtc.appspot.com on a Galaxy S3 fails to load the camera stream with WebRTC permissions enabled → Trying to load https://apprtc.appspot.com on a Galaxy S3 fails to load the camera stream with WebRTC config prefs set
Comment 1•12 years ago
|
||
logcat?
Updated•12 years ago
|
Whiteboard: [getUserMedia][android-gum+] → [getUserMedia][android-gum+][blocking-gum-]
Comment 2•12 years ago
|
||
See the same thing on my LG Nexus 4 (Android 4.2.2, Nightly 04/30)
Updated•12 years ago
|
Blocks: android-webrtc
Comment 3•12 years ago
|
||
Oh, isn't this a result of bug 862377. If you accept the first permission prompt you wont get video, if you accept the second prompt you will get video. I *do* get video when I deny the first prompt but accept the second prompt.
Comment 4•12 years ago
|
||
Flip the permissions.disabled switch and see what happens?
Comment 5•12 years ago
|
||
(In reply to Gian-Carlo Pascutto (:gcp) from comment #4)
> Flip the permissions.disabled switch and see what happens?
Yep, that did it. I get camera video.
Reporter | ||
Comment 6•12 years ago
|
||
Let me retest. My Galaxy Nexus works here as well.
Maybe I had the pref set incorrectly.
Keywords: qawanted
Reporter | ||
Comment 7•12 years ago
|
||
Turns out I did screw up when I tested this originally. Closing as invalid.
Reporter | ||
Updated•12 years ago
|
No longer blocks: android-webrtc
You need to log in
before you can comment on or make changes to this bug.
Description
•