mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	module-rtp: add new rtp-session module
The module uses the apple session setup for managing peer connections. Make a generic rtp stream object, make midi and audio implementations.
This commit is contained in:
		
							parent
							
								
									c36d9bef38
								
							
						
					
					
						commit
						7da031c969
					
				
					 6 changed files with 2401 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -536,6 +536,16 @@ pipewire_module_rtp_sink = shared_library('pipewire-module-rtp-sink',
 | 
			
		|||
  dependencies : [mathlib, dl_lib, rt_lib, pipewire_dep],
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
pipewire_module_rtp_sink = shared_library('pipewire-module-rtp-session',
 | 
			
		||||
  [ 'module-rtp/stream.c',
 | 
			
		||||
    'module-rtp-session.c' ],
 | 
			
		||||
  include_directories : [configinc],
 | 
			
		||||
  install : true,
 | 
			
		||||
  install_dir : modules_install_dir,
 | 
			
		||||
  install_rpath: modules_install_dir,
 | 
			
		||||
  dependencies : [mathlib, dl_lib, rt_lib, pipewire_dep],
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
build_module_roc = roc_dep.found()
 | 
			
		||||
if build_module_roc
 | 
			
		||||
  pipewire_module_roc_sink = shared_library('pipewire-module-roc-sink',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue