test h265
This commit is contained in:
		| @@ -202,7 +202,8 @@ func (self *Stream) fillTrackAtom() (err error) { | ||||
| 		self.trackAtom.Media.Info.Video = &mp4io.VideoMediaInfo{ | ||||
| 			Flags: 0x000001, | ||||
| 		} | ||||
| 		self.codecString = fmt.Sprintf("hvc1.%02X%02X%02X", codec.RecordInfo.AVCProfileIndication, codec.RecordInfo.ProfileCompatibility, codec.RecordInfo.AVCLevelIndication) | ||||
| 		//self.codecString = fmt.Sprintf("hvc1.%02X%02X%02X", codec.RecordInfo.AVCProfileIndication, codec.RecordInfo.ProfileCompatibility, codec.RecordInfo.AVCLevelIndication) | ||||
| 		self.codecString = "hev1.1.6.L120.90" | ||||
|  | ||||
| 	} else if self.Type() == av.AAC { | ||||
| 		codec := self.CodecData.(aacparser.CodecData) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 deepch
					deepch