[Bug 771882] New: GstPlayer on Android with RTSP stream reports width x height= 0 x 0 in "video-dimensions-changed" event
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Sep 23 15:19:28 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=771882
Bug ID: 771882
Summary: GstPlayer on Android with RTSP stream reports width x
height= 0 x 0 in "video-dimensions-changed" event
Classification: Platform
Product: GStreamer
Version: 1.9.2
OS: other
Status: NEW
Severity: normal
Priority: Normal
Component: don't know
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: pedjaman at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
When playing RTSP stream "video-dimensions-changed" event is triggered only
once reporting dimensions of 0 x 0. No further events triggered.
Following streams (and any other I've tried) can be used to reproduce the
problem:
rtsp://mpv.cdn3.bigCDN.com:554/bigCDN/definst/mp4:bigbuckbunnyiphone_400.mp4
This was used as base code:
https://github.com/sdroege/gst-player/blob/master/android/app/src/main/jni/player.c
with none modification, and call back was set with:
mGstMediaPlayer = new Player();
mGstMediaPlayer.setVideoDimensionsChangedListener(new
Player.VideoDimensionsChangedListener() {
public void videoDimensionsChanged(Player player, final int
width, final int height) {
Log.d(TAG, "videoDimensionsChanged: width=" + width + "
height=" + height);
}
});
which reports dimensions of 0 x 0.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list