Ubuntu 8.1 Totem "internal data stream error" Bluetooth Headset
location: linuxquestions.com - date: November 30, 2008
Totem will play a paticular video but not sound. So I get to see what the video is but there is no sound. When I configure my Bluetooth headset to hear the sound I get an internal data stream error. It only happens on paticular video formats.
Code:
Internal data stream error
location: ubuntuforums.com - date: November 8, 2009
Hi Experts,
i am getting 'Internal data stream error' when i tried my youtube downloaded videos in totem player. what could be reason?
This is same case in VLC player, its not playing.
what should i install or update ?
my ubuntu version hardy 8.04.
Thanks,
Chinna.
"internal data stream error " for flv from youtube in totem
location: linuxquestions.com - date: January 15, 2010
Hi,
i am using ubuntu 8.04.
I downloaded flv from youtube which on playing in totem gives "internal data stream error"
I have installed gstreamer0.10-ffmpeg,gstreamer0.10-plugins-ugly,gstreamer0.10-plugins-ugly.
I tried with ffplay(Note:I have medibuntu ffmpeg) it says "[flv @ 0xb7f3a110]Unsupported video codec (7)".
what do you suggest ?
Please don't tell me to transcode to other format or install other player like vlc,mplayer etc.
I hope totem (being media player from GNOME) should have solution.
dvd playback = internal data flow error
location: ubuntuforums.com - date: November 1, 2008
Hi everyone,
I just installed Ubuntu 8.10 in two different laptops. I did a fresh install from a cd on both. I downloaded the codecs for video and audio. I can play any type of video and audio file (at least the ones that I have at the moment). Everything is running smoothly except dvd video playback.
When I try to play a dvd I get an internal data flow error and the screen stays dark. I have been using Ubuntu for three years now and I never had a problem with dvd playback. But now that I installed 8.10 I'm experiencing this problem. I wonder if it's something general that's happening since both computers are displaying the same error.
did anyone have this problem after upgrading to 8.10? Should I install it again?
thanks in advance!
P.D.
I'm also getting a weird glitch completely unrelated to the dvd problem. Sometimes gnome kinda crashes...I still can move the mouse and see everything but I can't click on any of the buttons (applications, places, system etc)
What is the reason for giving “internal data flow error” message in gstreamer?
location: linuxexchange.com - date: January 27, 2014
When i tried this command:
**gst-launch-0.10 -v rtspsrc location=rtsp://127.0.0.1:8554/test
caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,
encoding-name=(string)H264" ! rtpmp2tdepay ! mpegtsdemux ! ffdec_h264 ! autovideosink**
I got error as:
**ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc0:
Internal data flow error.**
What is the main reason for giving error as "Internal data flow error" in gstreamer ?
Qt Camera on Raspberry Pi 2: Internal data flow error
location: linuxexchange.com - date: October 26, 2015
QML Camera
Trying to run Qt 5.5 declarative-camera example on the Raspberry Pi 2 with the 'Raspberry Pi Camera' and getting an error after some delay:
CameraBin error: "Internal data flow error."
GUI runs but the viewfinder is black.
Video recording works fine with GStreamer:
gst-launch-1.0 v4l2src ! video/x-h264 ! avimux ! filesink location=1.mp4
GStreamer packages installed from the Debian jessie:
gstreamer1.0-plugins-bad
gstreamer1.0-plugins-base
gstreamer1.0-plugins-good
gstreamer1.0-plugins-ugly
gstreamer1.0-tools
libgstreamer-plugins-bad1.0-0
libgstreamer-plugins-base1.0-0
libgstreamer1.0-0
Qt is built from source. GStreamer Qt plugin is enabled (it even swears with GStreamer asserts when no gstreamer1.0-plugins-bad or gstreamer1.0-plugins-ugly installed).
What's missing?
Qt Widgets Camera
The qt5/qtmultimedia/examples/multimediawidgets/camera application is really acting a little like the one from the Recording Video from USB Cam with Qt5:
The viewfinder shows jus
Gstreamer Bus internal data flow error
location: linuxexchange.com - date: June 18, 2015
I am getting an error while receiving video from udpsource on client side:
(Recievr:13885): GStreamer-CRITICAL **: gst_caps_get_structure: assertion `GST_IS_CAPS (caps)' failed
(Recievr:13885): GStreamer-CRITICAL **: gst_structure_get_fraction: assertion `structure != NULL' failed
(Recievr:13885): GStreamer-CRITICAL **: gst_caps_get_structure: assertion `GST_IS_CAPS (caps)' failed
(Recievr:13885): GStreamer-CRITICAL **: gst_structure_get_fraction: assertion `structure != NULL' failed
BUS CALL Internal data flow error.
Returned, stopping playback
Deleting pipeline
Here is my code: where I tried to receive video over udp and parallely to display the video. I am using gstreamer-0.10.29 with RHEL-6.5 and forced to work with same version only.Can anybody tell me where is the problem or plz solve my problem.
Client.c
#include <stdlib.h>
#include <gst/g
Gstreamer : internal data flow error : H264 to Mjpeg to TCP
location: linuxexchange.com - date: January 1, 1970
I want to take a h264 video, decode it, re-encode it in mjpeg and stream it over tcp.
For this, I use a raspivid video caputre which give a h264 output video piped with Gstreamer which decode, re-encode and transmit using tcp:
raspivid -n -t 0 -b 7000000 -fps 25 -o - | \
gst-launch-1.0 fdsrc ! video/x-h264,framerate=25/1,stream-format=byte-stream ! decodebin ! videorate ! video/x-raw,framerate=10/1 ! \
videoconvert ! jpegenc ! tcpserversink host=192.168.24.5 port=5000 &
To receive I use:
gst-launch-1.0 tcpclientsrc host=192.168.24.5 port=5000 ! jpegdec ! autovideosink
On my tcp server my CPU work at 90% and I have no error. We could think it's ok, but ...
On my tcp client I have this error:
ERROR: from element /GstPipeline:pipeline0/GstTCPClientSrc:tcpclientsrc0: Internal data flow error.
Additional debug info:
gstbasesrc.c(2865): gst_base_src_loop (): /GstPipeline:pipeline0/GstTCPClientSrc:tcpclientsrc0:
streaming task paused, reason not-negotiated (-4)
ERROR: pipeline
raspberrypi gstreamer1.0 alsasrc0: Internal data flow error
location: linuxexchange.com - date: January 1, 1970
I have one problem trying to stream rtmp from logitech c210 webcam with sound.
I'v installed gstreamer1.0-omx and other needed stuf, but when i tryin to get video (for simplification let' write it into flv file):
gst-launch-1.0 v4l2src ! "video/x-raw,width=640,height=480,framerate=30/1" ! \
omxh264enc target-bitrate=1000000 control-rate=variable ! video/x-h264,profile=high ! \
h264parse ! queue ! flvmux name=mux alsasrc device=plughw:1 ! audioresample \
! audio/x-raw,rate=48000,channels=1 ! queue ! voaacenc bitrate=32000 ! queue ! mux. mux. \! filesink location=1.flv
And i got an error like:
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstAudioSrcClock
ERROR: from element /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0: Internal data flow error.
Additional debug info:
gstbasesrc.c(2812): gst_base_src_loop (): /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0:
streaming task paused, reason not-negotiated (-4)
Execution
How to solve rsync error: error in rsync protocol data stream (code 12) at io.c(600) on windows [closed]
location:
linuxexchange.com - date:
January 9, 2014
I'm trying to use rsync util on windows 7.
I have installed cwRsync and trying to connect to Ubuntu 9.04.
When I try:
rsync -azC --force --more-options ./
[email protected]:/my/path/
I get:
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(600) [receiver=3.0.5]
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(610) [sender=3.0.8]
please wait...
Page: 1 2 3 4 5 6 7 8 9 10