Post Thu Oct 10, 2013 6:36 pm

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
Attachments
SOPCAST SCRIPT.JPG
Stream Multi Sopcast Channels
SOPCAST SCRIPT.JPG (64.22 KiB) Viewed 3054 times