示例#1
0
 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
 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
 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"