mirror of
				https://github.com/DigitalDevices/dddvb.git
				synced 2025-03-01 10:35:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			1021 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1021 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| Modulator channels will automatically be enabled if you redirect data 
 | |
| from a demodulator to it. 
 | |
| E.g._:
 | |
| 
 | |
| first demod on bridge 0 TAB1, modulator on bridge 1.
 | |
| 
 | |
| echo "00 10" > /sys/class/ddbridge/ddbridge0/redirect
 | |
| 
 | |
| Currently it is fixed to QAM256. Controls will be added later.
 | |
| Rate control is experimental and PCR correction also not
 | |
| implemented yet. So, depending on the reception device
 | |
| there can be disturbances in playback.
 | |
| 
 | |
| It is now also possible to chain redirects.
 | |
| E.g., demod and modulator as above, CI on bridge 0 TAB 2:
 | |
| 
 | |
| echo "00 01" > /sys/class/ddbridge/ddbridge0/redirect
 | |
| echo "02 10" > /sys/class/ddbridge/ddbridge0/redirect
 | |
| 
 | |
| The stream is also still available at the demux device 
 | |
| belonging to the demod devices.
 | |
| 
 | |
| Now write and start an application (not provided) that 
 | |
| talks to the CI to decrypt the desired services.
 | |
| For testing one can use a standard application that
 | |
| supports decryption. Additionally to seeing the
 | |
| decoded service on the PC it will then also be streamed
 | |
| into cable by the modulator. |