コード例 #1
0
ファイル: hlsstreamer.py プロジェクト: ApsOps/flumotion-orig
 def get_pipeline_string(self, properties):
     # Always use the python element for now. The C element will be used
     # when it is mature enough.
     # if not gstreamer.element_factory_exists('hlssink'):
     hlssink.register()
     return "hlssink name=sink sync=false"
コード例 #2
0
ファイル: hlsstreamer.py プロジェクト: micolous/flumotion
 def get_pipeline_string(self, properties):
     # Check of the hlssink is available or use the python one
     if not gstreamer.element_factory_exists('hlssink'):
         hlssink.register()
     return "hlssink name=sink sync=false"
コード例 #3
0
ファイル: hlsstreamer.py プロジェクト: sharky93/flumotion
 def get_pipeline_string(self, properties):
     # Always use the python element for now. The C element will be used
     # when it is mature enough.
     # if not gstreamer.element_factory_exists('hlssink'):
     hlssink.register()
     return "hlssink name=sink sync=false"