mirror of
				https://github.com/aler9/gortsplib
				synced 2025-10-31 10:36:26 +08:00 
			
		
		
		
	add TrackLPCM and client-publish-codec-lpcm example
This commit is contained in:
		| @@ -10,7 +10,8 @@ type TrackJPEG struct { | ||||
| } | ||||
|  | ||||
| func newTrackJPEGFromMediaDescription( | ||||
| 	control string) (*TrackJPEG, error, | ||||
| 	control string, | ||||
| ) (*TrackJPEG, error, | ||||
| ) { | ||||
| 	return &TrackJPEG{ | ||||
| 		trackBase: trackBase{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 aler9
					aler9