No sound in my pipeline

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

No sound in my pipeline

rossana
Hi, I use gnlfilesource, gnloperation, alpha channels, videomixer,fmpegcolorspace I can play the videos correctly but I can not hear the sound. If I play the video with any other application it works fine (image and sound).
What did I miss to set?

Thanks

Rossana


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: No sound in my pipeline

Nicolai Hess


2011/9/29 Rossana Guerra <[hidden email]>
Hi, I use gnlfilesource, gnloperation, alpha channels, videomixer,fmpegcolorspace I can play the videos correctly but I can not hear the sound. If I play the video with any other application it works fine (image and sound).
What did I miss to set?

Thanks

Rossana


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


AFAIK, you need two separate gnlsource objects, one for video and one for audio.


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: No sound in my pipeline

rossana
Hi Nicolas, thanks for your response, I show the pipeline I am using. It does a transition-crossfade effect wich works prerfeclty, except sound (no sound) :

bin
-----------------------------------------------------------------------------------------------
  alpha --------------------
                              |----------videomixer ------------ fmpegcolorspace
  smptealpha ----------
       ^
       |
-----------------------------------------------------------------------------------------------
       |
  Controller   // it controls the start-duration property of smptealpha



composition
--------------------------------------------------------------------------------------------------------
    gnlfilesource
                     |           gnloperation // contains the *bin* described above        
                     |
    gnlfilesource

--------------------------------------------------------------------------------------------------------

gnlfilesource is for each video

pipeline
____________________
                                  |
                                  |
composition  operation |___________ queue ___________ sink
___________________ |
 
According to this pipeline it need another gnlsource for each video, then, how I 'plug' them?
I'll try to work around what you said.

Regards

Rossana


2011/9/29 Nicolai Hess <[hidden email]>


2011/9/29 Rossana Guerra <[hidden email]>
Hi, I use gnlfilesource, gnloperation, alpha channels, videomixer,fmpegcolorspace I can play the videos correctly but I can not hear the sound. If I play the video with any other application it works fine (image and sound).
What did I miss to set?

Thanks

Rossana


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


AFAIK, you need two separate gnlsource objects, one for video and one for audio.


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: No sound in my pipeline

rossana
it means I have to do a sort of split? I have .avi, .flv files for instance, whose properties are set on each gnlfilesource accordingly.
Greets,

Rosssana

2011/9/29 Rossana Guerra <[hidden email]>
Hi Nicolas, thanks for your response, I show the pipeline I am using. It does a transition-crossfade effect wich works prerfeclty, except sound (no sound) :

bin
-----------------------------------------------------------------------------------------------
  alpha --------------------
                              |----------videomixer ------------ fmpegcolorspace
  smptealpha ----------
       ^
       |
-----------------------------------------------------------------------------------------------
       |
  Controller   // it controls the start-duration property of smptealpha



composition
--------------------------------------------------------------------------------------------------------
    gnlfilesource
                     |           gnloperation // contains the *bin* described above        
                     |
    gnlfilesource

--------------------------------------------------------------------------------------------------------

gnlfilesource is for each video

pipeline
____________________
                                  |
                                  |
composition  operation |___________ queue ___________ sink
___________________ |
 
According to this pipeline it need another gnlsource for each video, then, how I 'plug' them?
I'll try to work around what you said.

Regards

Rossana



2011/9/29 Nicolai Hess <[hidden email]>


2011/9/29 Rossana Guerra <[hidden email]>
Hi, I use gnlfilesource, gnloperation, alpha channels, videomixer,fmpegcolorspace I can play the videos correctly but I can not hear the sound. If I play the video with any other application it works fine (image and sound).
What did I miss to set?

Thanks

Rossana


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


AFAIK, you need two separate gnlsource objects, one for video and one for audio.


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: No sound in my pipeline

IamTrying
In reply to this post by rossana
SSCCE please, and share some examples here.
The way you explained will never inspire anyone to debug your complex pipe plan.