You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I bring both sounds data and videos data from gstreamer simultaneously?
Now I'm trying to implement some applications on 'unity' using inputs, sounds and videos, from 'gstreamer'.
Specifically, what I'm trying to do is to bring sounds data and video data to 'unity' from 'gstreamer' by editing and using 'CustomPipelinePlayer.cs', which is in mrayGStreamerUnity/Unity/UnityTests/Assets/GStreamerUnity/Components/.
I think I need to add a line, like bellow, to 'CustomPipelinePlayer.cs', but don't know how to treat the other parts.
I know this script was designed for inputting video data to 'unity', however, what I wanna realize is to bring both sounds data and video data at the same time.
If there's any possible way to make it go well, please teach me how to address it!
The text was updated successfully, but these errors were encountered:
How can I bring both sounds data and videos data from gstreamer simultaneously?
Now I'm trying to implement some applications on 'unity' using inputs, sounds and videos, from 'gstreamer'.
Specifically, what I'm trying to do is to bring sounds data and video data to 'unity' from 'gstreamer' by editing and using 'CustomPipelinePlayer.cs', which is in mrayGStreamerUnity/Unity/UnityTests/Assets/GStreamerUnity/Components/.
I think I need to add a line, like bellow, to 'CustomPipelinePlayer.cs', but don't know how to treat the other parts.
gst-launch-1.0 filesrc location=0.mp4 ! qtdemux name=demux0 demux0.audio_0 ! queue ! decodebin ! audioconvert ! autoaudiosink demux0.video_0 ! queue ! h264parse ! msdkh264dec ! videoconvert ! autovideosink
I know this script was designed for inputting video data to 'unity', however, what I wanna realize is to bring both sounds data and video data at the same time.
If there's any possible way to make it go well, please teach me how to address it!
The text was updated successfully, but these errors were encountered: