1

I'm using the latest stable version of gstreamer and all plugins, and when I try to play and rtmp stream using this pipeline:

gst-launch-0.10 rtmpsrc location='rtmp://server/app/stream flashver=MediaMagic' ! flvdemux name=d d. ! queue ! decodebin ! xvimagesink d. ! queue ! aacparse ! faad ! audioconvert ! audioresample ! alsasink

the pipeline keeps preparing but never starts playing. However I can play only audio, or only video with these pipelines:

1.

gst-launch-0.10 rtmpsrc location='rtmp://flash3.todostreaming.es/radiovida/mobile flashver=MediaMagic' ! flvdemux name=d d. ! queue ! decodebin ! xvimagesink

2.

gst-launch-0.10 rtmpsrc location='rtmp://flash3.todostreaming.es/radiovida/mobile flashver=MediaMagic' ! flvdemux name=d d. ! queue ! aacparse ! faad ! audioconvert ! audioresample ! alsasink`

What am I missing to play both simultaneourly, audio and video ?

Thanks and best regards

vyegorov
  • 21,787
  • 7
  • 59
  • 73
user1355355
  • 11
  • 1
  • 3

1 Answers1

-1

Try removing the single quotes in file path.

LittleBobbyTables - Au Revoir
  • 32,008
  • 25
  • 109
  • 114