Multi sources and multi rtspsinks

hello , the problem is that deepstream only support two http sources . you can test with this http url https://vd2.bdstatic.com/mda-pegj3t0z7945rwig/sc/cae_h264/1684491703321969060/mda-pegj3t0z7945rwig.mp4?v_from_s=hkapp-haokan-suzhou&auth_key=1688620894-0-0-8a3db675761716bcc65f026675af6ee1&bcevod_channel=searchbox_feed&cd=0&pd=1&pt=3&logid=3094280804&vid=8281536255871277320&abtest=110930_1&klogid=3094280804

when i set the num of source up to three , the program will get stuck and the stream will stop.
when i set the num of source to two , the program works well.

same with this but no replays Multiple sources multiple rtspsink

Which app are you working with?

I can reproduce with deepstream-app. But it seems the http source’s own limitation.
When I input two other different http sources, the app can work.

When I input another http source as 3 inputs, it also work

Please contact the guys who publish the http source for the limitation.

The problem is caused by the wrong uri of the http link. When I use the link “https://vd2.bdstatic.com/mda-pegj3t0z7945rwig/sc/cae_h264/1684491703321969060/mda-pegj3t0z7945rwig.mp4”, the four input streams can work.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.