Stream Multi Sopcast Channels
HI,
I am new here, and i am on this forum to make a Feature requests for SOPCAST CHANNELS. I realy need to launch/close SOPCAST from DLNA Client like "another server" did it. Thei used PascalScript for the job. Like this:
<<
1. Download and install SopCast SopFilter 3.0.3 (http://www.sopcast.com/download/)
2. Settings-Transcoder-Profiles-Add
Name: Internet-television (SopCast)
Execute mode: Transcoding
Language: PascalScript
Transcoding parameters:
Code:
var
sTranscoderParams: string;
begin
if WmsDirectShowAddSource(InputFileName, 'Source') = S_OK then begin
mpInternetItem := False;
sTranscoderParams := WmsTranscodingProfileParams('Movies (primary)') + ' "<OUTPUT FILE>"';
TranscodingResult := WmsTranscodingExecute('WMSMPEG', sTranscoderParams, True,
'http://localhost:8902/tv.asf', OutputFileName)
end else
TranscodingResult := False
end.
3. Ok-Ok-Ok
4. Select folder "Internet-televison", on right button mouse in List [Movies] - Add link
5. In field "Path": sop://....,
6. Ok
7. On right button mouse - Transcoding profile "Internet-Television (SopCast)"
8. On right button mouse - Test transcoding
>>
Can we have these option? Coz its realy working.
PRINTSCREEN with the original post its in attach
TX
I am new here, and i am on this forum to make a Feature requests for SOPCAST CHANNELS. I realy need to launch/close SOPCAST from DLNA Client like "another server" did it. Thei used PascalScript for the job. Like this:
<<
1. Download and install SopCast SopFilter 3.0.3 (http://www.sopcast.com/download/)
2. Settings-Transcoder-Profiles-Add
Name: Internet-television (SopCast)
Execute mode: Transcoding
Language: PascalScript
Transcoding parameters:
Code:
var
sTranscoderParams: string;
begin
if WmsDirectShowAddSource(InputFileName, 'Source') = S_OK then begin
mpInternetItem := False;
sTranscoderParams := WmsTranscodingProfileParams('Movies (primary)') + ' "<OUTPUT FILE>"';
TranscodingResult := WmsTranscodingExecute('WMSMPEG', sTranscoderParams, True,
'http://localhost:8902/tv.asf', OutputFileName)
end else
TranscodingResult := False
end.
3. Ok-Ok-Ok
4. Select folder "Internet-televison", on right button mouse in List [Movies] - Add link
5. In field "Path": sop://....,
6. Ok
7. On right button mouse - Transcoding profile "Internet-Television (SopCast)"
8. On right button mouse - Test transcoding
>>
Can we have these option? Coz its realy working.
PRINTSCREEN with the original post its in attach
TX