Method: Channel#tms_id
- Defined in:
- lib/data_services/channel.rb
#tms_id ⇒ Object
# Arriving from nns as a json structure which is parsed by the Lineup class # example: # (KMGH) HD“,”networkId“:”466“,”callSign“:”KMGHDT“,”streamUri“:”/ipvs/api/smarttv/stream/live/v1/5118“,”logoUrl“:”services.timewarnercable.com/imageserver/guide/20293“,”genres“:,”availableOutOfHome“:false,”favorite“:false,”cdvrRecordable“:true,”blockEas“:true,”hd“:true,”channels“:,“"type":"smooth","drm":false,"dai":false,"uri":"/ipvs/api/smarttv/stream/live/v1/5118?encoding=hss&drm-supported=false&dai-supported=false","cdnUrl":"http://hls-lin-325.timewarnercable.com/ss/un/KMGH.isml/Manifest","type":"smooth","drm":true,"dai":false,"uri":"/ipvs/api/smarttv/stream/live/v1/5118?encoding=hss&drm-supported=true&dai-supported=false","cdnUrl":"http://hls-lin-325.timewarnercable.com/ss/pr/KMGH.isml/Manifest","type":"hls","drm":false,"dai":false,"uri":"/ipvs/api/smarttv/stream/live/v1/5118?encoding=hls&drm-supported=false&dai-supported=false","cdnUrl":"http://hls-lin-325.timewarnercable.com/hls/un/KMGH/index.m3u8"">streams“:,”parentallyBlocked“:false}
8 9 10 |
# File 'lib/data_services/channel.rb', line 8 def tms_id @tms_id end |