You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
312 B

package com.inspect.tcpserver.sip.gb28181;
public class PsProgramStreamMap {
public static byte[] psm() {
return new byte[]{
0x00,0x00,0x01,(byte)0xBC,
0x00,0x12,
(byte)0xE0,0x00,0x00,0x00,
0x01,(byte)0xE0,0x00,0x00
};
}
}