This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bms/static": { | |
"static_number_of_cells": 96, | |
"last_updated": 1727349383.9181414, | |
"static_nominal_capacity": 62000, | |
"static_min_cell_voltage": 3, | |
"static_max_cell_voltage": 4.16, | |
"static_min_voltage": 288, | |
"static_max_voltage": 399.36, | |
"static_min_cell_temperature": -15, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"direction":"play", "command":"sendResponse", "streamInfo":{"applicationName":"client_id_1_date_2018_09_27_17_16_01","streamName":"stream1","sessionId":"899454494"}, "sdp":{"type":"answer","sdp":"v=0\r\no=- 4231641172904145886 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE video\r\na=msid-semantic: WMS\r\nm=video 9 RTP/SAVPF 97\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:vwIa\r\na=ice-pwd:6yF1uqEOYtMETOh0S82D9HLy\r\na=ice-options:trickle\r\na=fingerprint:sha-256 1F:75:DE:57:B3:96:CD:4E:A1:C0:A7:F0:CA:95:03:AE:D5:B9:ED:56:5F:1F:41:94:3C:33:41:4C:22:74:C0:CC\r\na=setup:active\r\na=mid:video\r\na=recvonly\r\na=rtcp-mux\r\na=rtpmap:97 H264/90000\r\na=rtcp-fb:97 ccm fir\r\na=rtcp-fb:97 nack\r\na=rtcp-fb:97 nack pli\r\na=fmtp:97 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\n"}, "userData":{"param1":"value1"}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"status":200,"statusDescription":"OK","direction":"play","command":"getOffer","streamInfo":{"applicationName":"client_id_1_date_2018_09_27_14_45_05/_definst_","streamName":"stream1","sessionId":"499243118"},"sdp":{"type":"offer","sdp":"v=0\r\no=WowzaStreamingEngine-next 14883351 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=fingerprint:sha-256 77:D8:9A:54:0C:55:54:43:82:A7:B5:87:86:0B:09:42:3E:B4:BF:02:DD:5D:45:60:26:64:E6:78:9B:FC:50:9A\r\na=group:BUNDLE video\r\na=ice-options:trickle\r\na=msid-semantic:WMS *\r\nm=video 9 RTP/SAVPF 97\r\na=rtpmap:97 H264/90000\r\na=fmtp:97 packetization-mode=1;profile-level-id=4DE01F;sprop-parameter-sets=J00AH6tAKALcgA==,KO48MA==\r\na=cliprect:0,0,720,1280\r\na=framesize:97 1280-720\r\na=control:trackID=1\r\nc=IN IP4 0.0.0.0\r\na=sendrecv\r\na=ice-pwd:857fe5676884f5d63af3eae22ad65799\r\na=ice-ufrag:0ca2caac\r\na=mid:video\r\na=msid:{2d23b2fd-704a-4be5-9afd-ecde418522d3} {177529f7-187a-4398-9658-fa823f70805a}\r\na=rtcp-fb:97 nack\r\na=rtcp-fb:97 nack pli\r\na=rtcp-fb:97 ccm fir\r\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"direction":"play", "command":"getOffer", "streamInfo":{"applicationName":"client_id_1_date_2018_09_27_10_37_56","streamName":"stream1","sessionId":"[empty]"}, "userData":{"param1":"value1"}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Injectable } from '@angular/core'; | |
import { News } from "../entity/news"; | |
import {Http, Headers, Response} from '@angular/http'; | |
import 'rxjs/add/operator/toPromise'; | |
import {Observable} from 'rxjs/Rx'; | |
import 'rxjs/add/operator/map'; | |
@Injectable() | |
export class NewsService { | |
private apiUrl = 'https://url.com'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 5, | |
"show_id": 4, | |
"announcement_id": 4, | |
"type_id": 45, | |
"type_name": "ARTIST_LIKED", | |
"type_name_ua": "Як тобі сподобався виступ", | |
"title": "Тобі сподобався виступ?", | |
"start_date": 1471522500, | |
"end_date": 1471522500, |